feat(frontend): 'en' en 'nl' vertalingen zijn nu beschikbaar via de menubalk.
This commit is contained in:
parent
c1c10e27c1
commit
5a7bbf9d9c
10 changed files with 46 additions and 17 deletions
3
frontend/src/i18n/locale/de.json
Normal file
3
frontend/src/i18n/locale/de.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"Welcome": "Willkommen"
|
||||
}
|
||||
9
frontend/src/i18n/locale/en.json
Normal file
9
frontend/src/i18n/locale/en.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"Welcome": "Welcome",
|
||||
"student": "student",
|
||||
"teacher": "teacher",
|
||||
"assignments": "assignments",
|
||||
"classes": "classes",
|
||||
"discussions": "discussions",
|
||||
"logout": "log out"
|
||||
}
|
||||
3
frontend/src/i18n/locale/fr.json
Normal file
3
frontend/src/i18n/locale/fr.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"Welcome": "Bienvenue"
|
||||
}
|
||||
9
frontend/src/i18n/locale/nl.json
Normal file
9
frontend/src/i18n/locale/nl.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"Welcome": "Welkom",
|
||||
"student": "leerling",
|
||||
"teacher": "leerkracht",
|
||||
"assignments": "opdrachten",
|
||||
"classes": "klassen",
|
||||
"discussions": "discussies",
|
||||
"logout": "log uit"
|
||||
}
|
||||
Reference in a new issue