Georgian translation (#3323)

* added georgian (ka) locale for strings.xml

* added georgian to locale list

(cherry picked from commit 0a22950ad3)
This commit is contained in:
Dimitri Rogava
2020-06-14 19:26:38 +04:00
committed by Jobobby04
parent 1f8b006e99
commit a9a86c54c0
2 changed files with 547 additions and 1 deletions
@@ -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"
)