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("", "Czech", "cs"),
|
||||
Triple("", "Croatian", "hr"),
|
||||
Triple("", "Bulgarian", "bg"),
|
||||
).sortedBy { it.second } //ye, we go alphabetical, so ppl don't put their lang on top
|
||||
|
||||
class SettingsGeneral : PreferenceFragmentCompat() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue