microsoft/AI-For-Beginners

Public

mirrored fromhttps://github.com/microsoft/AI-For-BeginnersAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
9f8f0411ddf255c93dd4093a002b1ad83b3441c5

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

TRANSLATIONS.md

33lines · modecode

1# Contribute by translating lessons
2
3We welcome translations for the lessons in this curriculum!
4
5## Guidelines
6
7There are folders in each lesson folder and lesson introduction folder which contain the translated markdown files.
8
9> Note, please do not translate any code in the code sample files; the only things to translate are README, assignments, and the quizzes. Thanks!
10
11Translated files should follow this naming convention:
12
13**README._[language]_.md**
14
15where _[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).
16
17**assignment._[language]_.md**
18
19Similar to Readme's, please translate the assignments as well.
20
21**Quizzes**
22
231. Add your translation to the quiz-app by adding a file here: https://github.com/microsoft/ML-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!**
24
252. Add your language code to the dropdown in the quiz-app's App.vue file.
26
273. Edit the quiz-app's [translations index.js file](https://github.com/microsoft/ML-For-Beginners/blob/main/quiz-app/src/assets/translations/index.js) to add your language.
28
294. Finally, edit ALL the quiz links in your translated README.md files to point directly to your translated quiz: https://https://jolly-sea-0a877260f.azurestaticapps.net/quiz/1 becomes https://jolly-sea-0a877260f.azurestaticapps.net/quiz/1?loc=id
30
31**THANK YOU**
32
33We truly appreciate your efforts!
34