diff options
author | marvin-borner@live.com | 2018-04-12 19:21:00 +0200 |
---|---|---|
committer | marvin-borner@live.com | 2018-04-12 19:21:00 +0200 |
commit | f79f7d062ad8dcf89116da8faba456c4519d3d2a (patch) | |
tree | 140b026ee64d8a1407de819a6dc0b79ecc40452c /assets/languages/json/Translations.json | |
parent | 2a221f180ebf6f86e3709401804108fcda65184f (diff) |
Finalized multilanguage support -- need to add text etc
Diffstat (limited to 'assets/languages/json/Translations.json')
-rw-r--r-- | assets/languages/json/Translations.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/languages/json/Translations.json b/assets/languages/json/Translations.json new file mode 100644 index 0000000..400ab01 --- /dev/null +++ b/assets/languages/json/Translations.json @@ -0,0 +1,12 @@ +{ + "en": { + "langcode": "en", + "Hello": "Hello World!", + "Yes": "Yes" + }, + "fr": { + "langcode": "fr", + "Hello": "Bonjour à tous!", + "Yes": "Oui" + } +}
\ No newline at end of file |