mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Update SettingsGeneral.kt
adding Bulgarian language
This commit is contained in:
parent
4c309bbb2a
commit
5e401d57b8
1 changed files with 3 additions and 2 deletions
|
@ -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()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue