From df7e711642ee45f3e5aa29727f6756c7d8ac40d7 Mon Sep 17 00:00:00 2001 From: Hemant Sachdeva Date: Sat, 1 Oct 2022 13:49:26 +0530 Subject: [PATCH] chore: Use embedded link of the quiz app In my opinion, embedded links in a document are more friendly instead of showing complete link until unless it is necessary as in instruction 4 below. Signed-off-by: Hemant Sachdeva --- TRANSLATIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TRANSLATIONS.md b/TRANSLATIONS.md index c936c7a4..8189ac2f 100644 --- a/TRANSLATIONS.md +++ b/TRANSLATIONS.md @@ -20,7 +20,7 @@ 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!** +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!** 2. Add your language code to the dropdown in the quiz-app's App.vue file.