diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:48:38 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:48:38 +0100 |
commit | f2d1345f562368f653d8b98ebeb8027aa57f42d3 (patch) | |
tree | 488842153574df18d83fc9e9a53d253506836776 /files | |
parent | ebe0e1bc9a1bd02ed909caedc91648e79677e35a (diff) | |
download | translated-content-f2d1345f562368f653d8b98ebeb8027aa57f42d3.tar.gz translated-content-f2d1345f562368f653d8b98ebeb8027aa57f42d3.tar.bz2 translated-content-f2d1345f562368f653d8b98ebeb8027aa57f42d3.zip |
unslug my: modify
Diffstat (limited to 'files')
-rw-r--r-- | files/my/_redirects.txt | 3 | ||||
-rw-r--r-- | files/my/_wikihistory.json | 36 | ||||
-rw-r--r-- | files/my/learn/forms/html5_input_types/index.html | 3 | ||||
-rw-r--r-- | files/my/learn/forms/index.html | 3 | ||||
-rw-r--r-- | files/my/learn/forms/your_first_form/index.html | 3 |
5 files changed, 27 insertions, 21 deletions
diff --git a/files/my/_redirects.txt b/files/my/_redirects.txt index 2b7b852379..2cffca4f69 100644 --- a/files/my/_redirects.txt +++ b/files/my/_redirects.txt @@ -1,3 +1,6 @@ # FROM-URL TO-URL /my/docs/Learn/CSS/CSS-မိတ်ဆက် /en-US/docs/Learn/CSS/First_steps +/my/docs/Learn/HTML/Forms /my/docs/Learn/Forms +/my/docs/Learn/HTML/Forms/HTML5_input_types /my/docs/Learn/Forms/HTML5_input_types +/my/docs/Learn/HTML/Forms/Your_first_form /my/docs/Learn/Forms/Your_first_form /my/docs/Web/Guide/HTML /my/docs/Learn/HTML diff --git a/files/my/_wikihistory.json b/files/my/_wikihistory.json index 61aea2e4ed..b9672c7b5f 100644 --- a/files/my/_wikihistory.json +++ b/files/my/_wikihistory.json @@ -35,24 +35,6 @@ "waizinnaing" ] }, - "Learn/HTML/Forms": { - "modified": "2020-07-16T22:21:00.247Z", - "contributors": [ - "Jeffrey_Yang" - ] - }, - "Learn/HTML/Forms/HTML5_input_types": { - "modified": "2020-07-16T22:22:06.907Z", - "contributors": [ - "wesleydanbury69" - ] - }, - "Learn/HTML/Forms/Your_first_form": { - "modified": "2020-08-24T11:21:29.703Z", - "contributors": [ - "robertaungzinpyae" - ] - }, "Learn/JavaScript": { "modified": "2020-07-16T22:29:42.023Z", "contributors": [ @@ -137,5 +119,23 @@ "contributors": [ "wilsunluk" ] + }, + "Learn/Forms/HTML5_input_types": { + "modified": "2020-07-16T22:22:06.907Z", + "contributors": [ + "wesleydanbury69" + ] + }, + "Learn/Forms": { + "modified": "2020-07-16T22:21:00.247Z", + "contributors": [ + "Jeffrey_Yang" + ] + }, + "Learn/Forms/Your_first_form": { + "modified": "2020-08-24T11:21:29.703Z", + "contributors": [ + "robertaungzinpyae" + ] } }
\ No newline at end of file diff --git a/files/my/learn/forms/html5_input_types/index.html b/files/my/learn/forms/html5_input_types/index.html index 74b3202f26..1e3a209b8c 100644 --- a/files/my/learn/forms/html5_input_types/index.html +++ b/files/my/learn/forms/html5_input_types/index.html @@ -1,7 +1,8 @@ --- title: The HTML5 input types -slug: Learn/HTML/Forms/HTML5_input_types +slug: Learn/Forms/HTML5_input_types translation_of: Learn/Forms/HTML5_input_types +original_slug: Learn/HTML/Forms/HTML5_input_types --- <div>{{LearnSidebar}}</div> diff --git a/files/my/learn/forms/index.html b/files/my/learn/forms/index.html index 215164d6a6..03f1ed316c 100644 --- a/files/my/learn/forms/index.html +++ b/files/my/learn/forms/index.html @@ -1,6 +1,6 @@ --- title: HTML forms -slug: Learn/HTML/Forms +slug: Learn/Forms tags: - Beginner - Featured @@ -13,6 +13,7 @@ tags: - TopicStub - Web translation_of: Learn/Forms +original_slug: Learn/HTML/Forms --- <div>{{LearnSidebar}}</div> diff --git a/files/my/learn/forms/your_first_form/index.html b/files/my/learn/forms/your_first_form/index.html index 03f72249e9..ec562f30b2 100644 --- a/files/my/learn/forms/your_first_form/index.html +++ b/files/my/learn/forms/your_first_form/index.html @@ -1,7 +1,8 @@ --- title: ပထမဆုံး Form -slug: Learn/HTML/Forms/Your_first_form +slug: Learn/Forms/Your_first_form translation_of: Learn/Forms/Your_first_form +original_slug: Learn/HTML/Forms/Your_first_form --- <div>{{LearnSidebar}}{{NextMenu("Learn/Forms/How_to_structure_a_web_form", "Learn/Forms")}}</div> |