Georgian translation (#3323)

* added georgian (ka) locale for strings.xml

* added georgian to locale list
This commit is contained in:
Dimitri Rogava
2020-06-14 19:26:38 +04:00
committed by GitHub
parent 0fcd404b4f
commit 0a22950ad3
2 changed files with 547 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class SettingsGeneralController : SettingsController() {
val langs = mutableListOf<Pair<String, String>>()
langs += Pair("", "${context.getString(R.string.system_default)} (${LocaleHelper.getDisplayName("")})")
langs += arrayOf(
"ar", "bg", "bn", "ca", "cs", "de", "el", "en-US", "en-GB", "es", "fr", "he",
"ar", "bg", "bn", "ca", "cs", "de", "el", "en-US", "en-GB", "es", "fr", "ka", "he",
"hi", "hr", "hu", "in", "it", "ja", "ko", "lv", "ms", "nb-rNO", "nl", "pl", "pt",
"pt-BR", "ro", "ru", "sc", "sr", "sv", "th", "tl", "tr", "uk", "vi", "zh-rCN"
)