forked from recloudstream/cloudstream
add bengali
This commit is contained in:
parent
492c950b7a
commit
1e636c8b08
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ val appLanguages = arrayListOf(
|
||||||
Triple("", "Czech", "cs"),
|
Triple("", "Czech", "cs"),
|
||||||
Triple("", "Croatian", "hr"),
|
Triple("", "Croatian", "hr"),
|
||||||
Triple("", "Bulgarian", "bg"),
|
Triple("", "Bulgarian", "bg"),
|
||||||
|
Triple("", "Bengali", "bn"),
|
||||||
).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() {
|
||||||
|
|
Loading…
Reference in a new issue