From 08c02569a4d64351a1f3fbd469dd8221971da59b Mon Sep 17 00:00:00 2001 From: Pandz18 <87066683+Pandz18@users.noreply.github.com> Date: Wed, 21 Jul 2021 10:29:27 +0530 Subject: [PATCH] Update TRANSLATIONS.md --- TRANSLATIONS.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TRANSLATIONS.md b/TRANSLATIONS.md index c4420e74..04ae3a21 100644 --- a/TRANSLATIONS.md +++ b/TRANSLATIONS.md @@ -12,6 +12,14 @@ Translated lessons should follow this naming convention: 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). +When translatinng lessons, link the other translations to your translated lesson by using Shields as shown + + +```` +[![Bengali](https://img.shields.io/badge/-Bengali-orange)](https://github.com/microsoft/IoT-For-Beginners/blob/main/translations/README.bn.md) +```` + + ## Quizzes Add your translation to the quiz-app by adding a file here: https://github.com/microsoft/IoT-For-Beginners/tree/main/quiz-app/src/assets/translations. Please don't localize the words 'true' or 'false' however. thanks!