translate the quiz to Dutch

This commit is contained in:
Noah
2021-03-09 10:15:55 +01:00
parent 9a6b7079da
commit c034b4a6c8
6 changed files with 2515 additions and 3 deletions

View File

@@ -12,6 +12,7 @@
<option>it</option>
<option>gr</option>
<option>ms</option>
<option>nl</option>
</select>
</nav>
<div id="app">

View File

@@ -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",

View File

@@ -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;

File diff suppressed because it is too large Load Diff