mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Update SettingsGeneral.kt
bulgarian language added
This commit is contained in:
parent
7cbcee4d48
commit
a89b85ad1c
1 changed files with 2 additions and 1 deletions
|
@ -79,6 +79,7 @@ val appLanguages = arrayListOf(
|
||||||
Triple("\uD83C\uDDEE\uD83C\uDDE9", "Indonesian", "in"),
|
Triple("\uD83C\uDDEE\uD83C\uDDE9", "Indonesian", "in"),
|
||||||
Triple("", "Czech", "cs"),
|
Triple("", "Czech", "cs"),
|
||||||
Triple("", "Croatian", "hr"),
|
Triple("", "Croatian", "hr"),
|
||||||
|
Triple("", "Bulgarian", "bg"),
|
||||||
).sortedBy { it.second } //ye, we go alphabetical, so ppl don't put their lang on top
|
).sortedBy { it.second } //ye, we go alphabetical, so ppl don't put their lang on top
|
||||||
|
|
||||||
class SettingsGeneral : PreferenceFragmentCompat() {
|
class SettingsGeneral : PreferenceFragmentCompat() {
|
||||||
|
@ -367,4 +368,4 @@ class SettingsGeneral : PreferenceFragmentCompat() {
|
||||||
e.printStackTrace()
|
e.printStackTrace()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue