Web-Dev-For-Beginners/TRANSLATIONS.md

32 строки
1.5 KiB
Markdown
Исходник Обычный вид История

2020-11-15 22:10:54 +03:00
# Contribute by translating lessons
We welcome translations for the lessons in this curriculum!
## Guidelines
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.
2022-10-29 13:39:45 +03:00
> Note, please do not translate any code in the code sample files; the only things to translate are README, assignments, and quizzes. Thanks!
2021-02-06 18:47:28 +03:00
Translated files should follow this naming convention:
2020-11-15 22:10:54 +03:00
**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).
2021-01-24 23:10:42 +03:00
2021-02-06 18:47:28 +03:00
**assignment._[language]_.md**
Similar to Readme's, please translate the assignments as well.
2021-01-24 23:10:42 +03:00
**Quizzes**
2022-10-29 13:39:45 +03:00
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 the proper naming convention (en.json, fr.json). **Please don't localize the words 'true' or 'false' however. thanks!**
2021-02-01 19:19:07 +03:00
2022-11-17 10:31:18 +03:00
2. Edit the quiz-app's [translations index.js file](https://github.com/microsoft/Web-Dev-For-Beginners/blob/main/quiz-app/src/assets/translations/index.js) to add your language.
2021-02-01 19:19:07 +03:00
2022-11-17 10:31:18 +03:00
3. Finally, edit ALL the quiz links in your translated README.md files to point directly to your translated quiz: https://ashy-river-0debb7803.1.azurestaticapps.net/quiz/1 becomes https://ashy-river-0debb7803.1.azurestaticapps.net/quiz/1?loc=id
2021-02-01 19:20:38 +03:00
2021-01-24 23:10:42 +03:00
**THANK YOU**
We truly appreciate your efforts!