mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-11 17:24:24 +02:00
translated all quiz questions to greek
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
> Σκίτσο από [Tomomi Imura](https://twitter.com/girlie_mac)
|
||||
|
||||
## Pre-Lecture Quiz
|
||||
[Pre-Lecture Quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/1)
|
||||
[Pre-Lecture Quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/1?loc=gr)
|
||||
|
||||
## Εισαγωγή
|
||||
|
||||
@@ -181,7 +181,7 @@ back add r0,r1
|
||||
Συγκρίνετε μερικές γλώσσες προγραμματισμού. Ποια είναι τα μοναδικά χαρακτηριστικά που έχει η JavaScript και δεν έχει η Java και το αντίστροφο; Τι γίνεται με τη COBOL εναντίον της Go;
|
||||
|
||||
## Post-Lecture Quiz
|
||||
[Post-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/2)
|
||||
[Post-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/2?loc=gr)
|
||||
|
||||
## Review & Self Study
|
||||
|
||||
|
@@ -9,6 +9,7 @@
|
||||
<option>id</option>
|
||||
<option>hi</option>
|
||||
<option>it</option>
|
||||
<option>gr</option>
|
||||
</select>
|
||||
</nav>
|
||||
<div id="app">
|
||||
|
2509
quiz-app/src/assets/translations/gr.json
Normal file
2509
quiz-app/src/assets/translations/gr.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -5,6 +5,7 @@ import id from './id.json';
|
||||
import hi from './hi.json';
|
||||
import it from './it.json';
|
||||
import ja from './ja.json';
|
||||
import gr from './gr.json';
|
||||
|
||||
//export const defaultLocale = 'en';
|
||||
|
||||
@@ -15,6 +16,7 @@ const messages = {
|
||||
hi: hi[0],
|
||||
it: it[0],
|
||||
ja: ja[0],
|
||||
gr: gr[0],
|
||||
};
|
||||
|
||||
export default messages;
|
||||
|
Reference in New Issue
Block a user