From 070b7120bf27d3dc76b949d64bb85292ab66f4ec Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Sat, 6 Feb 2021 10:47:28 -0500 Subject: [PATCH] Update TRANSLATIONS.md --- TRANSLATIONS.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/TRANSLATIONS.md b/TRANSLATIONS.md index 81e3ef90..3b43ea3a 100644 --- a/TRANSLATIONS.md +++ b/TRANSLATIONS.md @@ -6,12 +6,18 @@ We welcome translations for the lessons in this curriculum! There are [**translations**](https://github.com/microsoft/Web-Dev-For-Beginners/tree/main/1-getting-started-lessons/1-intro-to-programming-languages/translations) folders which contain the translated markdown files. -Translated lessons should follow this naming convention: +> Note, please do not translate any code in the code sample files; the only things to translate are README, assignments, and the quizzes. Thanks! + +Translated files should follow this naming convention: **README._[language]_.md** where _[language]_ is a two letter language abbreviation following the ISO 639-1 standard (e.g. `README.es.md` for Spanish and `README.nl.md` for Dutch). +**assignment._[language]_.md** + +Similar to Readme's, please translate the assignments as well. + **Quizzes** 1. Add your translation to the quiz-app by adding a file here: https://github.com/microsoft/Web-Dev-For-Beginners/tree/main/quiz-app/src/assets/translations, with proper naming convention (en.json, fr.json). **Please don't localize the words 'true' or 'false' however. thanks!**