I18n

Co-authored-by: William Surya Permana <zarambie_game@yahoo.com>
Co-authored-by: N Jannasch <NJannasch@users.noreply.github.com>
This commit is contained in:
Liyas Thomas
2019-12-13 04:48:26 +05:30
committed by GitHub
3 changed files with 123 additions and 34 deletions

View File

@@ -346,6 +346,12 @@ export default {
name: "Türkçe",
iso: "tr-TR",
file: "tr-TR.js"
},
{
code: "de",
name: "Deutsch",
iso: "de-DE",
file: "de-DE.js"
}
],
defaultLocale: "en",