diff options
author | Florian Dieminger <me@fiji-flo.de> | 2021-02-11 18:26:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 18:26:12 +0100 |
commit | 45b9b0503988c22fbc4c7df82a35ff340cc1a211 (patch) | |
tree | 3c1106e8bd84bca9675fbdfda7995ccf93c0ebaa /files | |
parent | 26bda238296eefd9e2c4a7646bc967499df79f85 (diff) | |
parent | f2d1345f562368f653d8b98ebeb8027aa57f42d3 (diff) | |
download | translated-content-45b9b0503988c22fbc4c7df82a35ff340cc1a211.tar.gz translated-content-45b9b0503988c22fbc4c7df82a35ff340cc1a211.tar.bz2 translated-content-45b9b0503988c22fbc4c7df82a35ff340cc1a211.zip |
Merge pull request #34 from fiji-flo/unslugging-my
Unslugging my
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 (renamed from files/my/learn/html/forms/html5_input_types/index.html) | 3 | ||||
-rw-r--r-- | files/my/learn/forms/index.html (renamed from files/my/learn/html/forms/index.html) | 3 | ||||
-rw-r--r-- | files/my/learn/forms/your_first_form/index.html (renamed from files/my/learn/html/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/html/forms/html5_input_types/index.html b/files/my/learn/forms/html5_input_types/index.html index 74b3202f26..1e3a209b8c 100644 --- a/files/my/learn/html/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/html/forms/index.html b/files/my/learn/forms/index.html index 215164d6a6..03f1ed316c 100644 --- a/files/my/learn/html/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/html/forms/your_first_form/index.html b/files/my/learn/forms/your_first_form/index.html index 03f72249e9..ec562f30b2 100644 --- a/files/my/learn/html/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> |