From df7e711642ee45f3e5aa29727f6756c7d8ac40d7 Mon Sep 17 00:00:00 2001 From: Hemant Sachdeva Date: Sat, 1 Oct 2022 13:49:26 +0530 Subject: [PATCH 1/2] 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. From 5c4c85ab3a05bc83522e27f37fede1a22f2d96f1 Mon Sep 17 00:00:00 2001 From: Hemant Sachdeva Date: Wed, 26 Oct 2022 20:35:47 +0530 Subject: [PATCH 2/2] README(chore): Mention license of the project as well Signed-off-by: Hemant Sachdeva --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 38f986bb..8ff79cd3 100644 --- a/README.md +++ b/README.md @@ -110,3 +110,7 @@ Our team produces other curricula! Check out: - [IoT for Beginners](https://aka.ms/iot-beginners/?WT.mc_id=academic-77807-sagibbon) - [Data Science for Beginners](https://aka.ms/datascience-beginners/?WT.mc_id=academic-77807-sagibbon) - [AI for Beginners](https://aka.ms/ai-beginners/?WT.mc_id=academic-77807-sagibbon) + +## License + +This repository is licensed under the MIT license. See the [LICENSE](LICENSE) file for more information.