Sponsoring contract generation feature/5-sponsoring_contracts #10

Merged
niggl merged 48 commits from feature/5-sponsoring_contracts into dev 2021-02-07 15:37:55 +00:00
2 changed files with 12 additions and 0 deletions
Showing only changes of commit 19697692bc - Show all commits

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"
}