Update SettingsGeneral.kt

adding Bulgarian language
This commit is contained in:
ardoslav 2022-10-26 01:17:15 +03:00 committed by GitHub
parent 4c309bbb2a
commit 5e401d57b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,8 @@ fun getCurrentLocale(context: Context): String {
// https://www.iemoji.com/view/emoji/1794/flags/antarctica
// Emoji Character Encoding Data --> C/C++/Java Src
// https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes leave blank for auto
val appLanguages = arrayListOf(
val appLanguages = arrayListOf(
Triple("", "Bulgarian", "bg")
Triple("", "Spanish", "es"),
Triple("", "English", "en"),
Triple("", "Viet Nam", "vi"),
@ -367,4 +368,4 @@ class SettingsGeneral : PreferenceFragmentCompat() {
e.printStackTrace()
}
}
}
}