updated language list

This commit is contained in:
Peli de Halleux 2018-03-12 11:24:11 -07:00
parent ddc9aeae35
commit aef3ec9031
2 changed files with 19 additions and 2 deletions

1
.gitignore vendored
View File

@ -18,6 +18,7 @@ clients/**/obj/**
electron-out electron-out
hexcache hexcache
build build
crowdinstats.csv
*.user *.user
*.sw? *.sw?

View File

@ -28,16 +28,32 @@
}, },
"languages": [ "languages": [
"en", "en",
"ar",
"bg",
"cs",
"da",
"de", "de",
"el",
"es-ES",
"es-MX",
"fi",
"fr", "fr",
"ko", "hu",
"id",
"it", "it",
"ja", "ja",
"ko",
"nl", "nl",
"no", "no",
"pt-BR",
"pt-PT",
"ru",
"sk",
"sv-SE", "sv-SE",
"si-LK", "si-LK",
"tr",
"uk",
"zh-CN", "zh-CN",
"zh-TW" "zh-TW"
] ]
} }