Contribute by translating lessonsΒΆ
We welcome translations for the lessons in this curriculum!
Note, please do not use Google Translate or other machine translation tools for translations, but rather use your own proficiency and manually translate the files.
GuidelinesΒΆ
There are folders in each lesson folder and lesson introduction folder which contain the translated markdown files.
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
Add your translation to the quiz-app by adding a file here: https://github.com/microsoft/Data-Science-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!
Add your language code to the dropdown in the quiz-appβs App.vue file.
Edit the quiz-appβs translations index.js file to add your language.
Finally, edit ALL the quiz links in your translated README.md files to point directly to your translated quiz: https://purple-hill-04aebfb03.1.azurestaticapps.net/quiz/1 becomes https://purple-hill-04aebfb03.1.azurestaticapps.net/quiz/1?loc=id
THANK YOU
We truly appreciate your efforts!