mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-22 22:34:29 +02:00
translate the quiz to Dutch
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
<option>it</option>
|
||||
<option>gr</option>
|
||||
<option>ms</option>
|
||||
<option>nl</option>
|
||||
</select>
|
||||
</nav>
|
||||
<div id="app">
|
||||
|
@@ -2343,7 +2343,7 @@
|
||||
},
|
||||
{
|
||||
"id": 46,
|
||||
"title": "Lesson 23 - Bank Project Methods of Fetching and Using Data: Post-Lecture Quiz",
|
||||
"title": "Lesson 23 - Bank Project - Methods of Fetching and Using Data: Post-Lecture Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "In a Single-page application, the HTML is loaded once and never updated",
|
||||
|
@@ -8,6 +8,7 @@ import ja from './ja.json';
|
||||
import gr from './gr.json';
|
||||
import ms from './ms.json';
|
||||
import es from './es.json';
|
||||
import nl from './nl.json';
|
||||
|
||||
//export const defaultLocale = 'en';
|
||||
|
||||
@@ -21,6 +22,7 @@ const messages = {
|
||||
gr: gr[0],
|
||||
ms: ms[0],
|
||||
es: es[0],
|
||||
nl: nl[0],
|
||||
};
|
||||
|
||||
export default messages;
|
||||
|
2509
quiz-app/src/assets/translations/nl.json
Normal file
2509
quiz-app/src/assets/translations/nl.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user