diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:30 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:30 +0100 |
commit | 7766d67593cf81cc5d15a77b6dcad98d1b98f6aa (patch) | |
tree | 004e031fc47a2ed576e83000b7ef08f9355459f4 /files/fr/learn/javascript/first_steps | |
parent | 39f2114f9797eb51994966c6bb8ff1814c9a4da8 (diff) | |
download | translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.gz translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.bz2 translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.zip |
unslug fr: modify
Diffstat (limited to 'files/fr/learn/javascript/first_steps')
3 files changed, 7 insertions, 4 deletions
diff --git a/files/fr/learn/javascript/first_steps/arrays/index.html b/files/fr/learn/javascript/first_steps/arrays/index.html index 4fc38abf8d..df8d360351 100644 --- a/files/fr/learn/javascript/first_steps/arrays/index.html +++ b/files/fr/learn/javascript/first_steps/arrays/index.html @@ -1,6 +1,6 @@ --- title: Les tableaux -slug: Learn/JavaScript/First_steps/tableaux +slug: Learn/JavaScript/First_steps/Arrays tags: - Apprendre - Article @@ -14,6 +14,7 @@ tags: - décalage - séparer translation_of: Learn/JavaScript/First_steps/Arrays +original_slug: Learn/JavaScript/First_steps/tableaux --- <div>{{LearnSidebar}}</div> diff --git a/files/fr/learn/javascript/first_steps/test_your_skills_colon__arrays/index.html b/files/fr/learn/javascript/first_steps/test_your_skills_colon__arrays/index.html index 240e934831..546eb86a8c 100644 --- a/files/fr/learn/javascript/first_steps/test_your_skills_colon__arrays/index.html +++ b/files/fr/learn/javascript/first_steps/test_your_skills_colon__arrays/index.html @@ -1,7 +1,8 @@ --- title: 'Testez vos compétences: Tableaux' -slug: 'Learn/JavaScript/First_steps/Testes_vos_competence:_Tableaux' -translation_of: 'Learn/JavaScript/First_steps/Test_your_skills:_Arrays' +slug: Learn/JavaScript/First_steps/Test_your_skills:_Arrays +translation_of: Learn/JavaScript/First_steps/Test_your_skills:_Arrays +original_slug: Learn/JavaScript/First_steps/Testes_vos_competence:_Tableaux --- <div>{{learnsidebar}}</div> diff --git a/files/fr/learn/javascript/first_steps/useful_string_methods/index.html b/files/fr/learn/javascript/first_steps/useful_string_methods/index.html index d81c3ccb4e..f36b9f5cb2 100644 --- a/files/fr/learn/javascript/first_steps/useful_string_methods/index.html +++ b/files/fr/learn/javascript/first_steps/useful_string_methods/index.html @@ -1,6 +1,6 @@ --- title: Méthodes utiles pour les chaînes de caractères -slug: Learn/JavaScript/First_steps/methode_chaine_utile +slug: Learn/JavaScript/First_steps/Useful_string_methods tags: - Apprentissage - Article @@ -15,6 +15,7 @@ tags: - minuscule - remplacer translation_of: Learn/JavaScript/First_steps/Useful_string_methods +original_slug: Learn/JavaScript/First_steps/methode_chaine_utile --- <div>{{LearnSidebar}}</div> |