Alpha Release 0.1.0 - Contract generation #11

Merged
niggl merged 52 commits from dev into main 2021-02-07 15:53:09 +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"
}