Added example locales

ref #5
This commit is contained in:
Nicolai Ort 2021-02-05 21:17:08 +01:00
parent 4acf3e39ce
commit 19697692bc
2 changed files with 12 additions and 0 deletions

5
src/locales/de.json Normal file
View File

@ -0,0 +1,5 @@
{
"firstname": "Vorname",
"lastname": "Nachname",
"group": "Team"
}

7
src/locales/en.json Normal file
View File

@ -0,0 +1,7 @@
{
"test1": "Change Language to",
"test2": "What is good?",
"id": "ID",
"firstname": "FIRSTNAME",
"asd": "asd"
}