add bengali

This commit is contained in:
Cloudburst 2022-12-18 14:31:44 +01:00 committed by GitHub
parent 492c950b7a
commit 1e636c8b08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ val appLanguages = arrayListOf(
Triple("", "Czech", "cs"),
Triple("", "Croatian", "hr"),
Triple("", "Bulgarian", "bg"),
Triple("", "Bengali", "bn"),
).sortedBy { it.second } //ye, we go alphabetical, so ppl don't put their lang on top
class SettingsGeneral : PreferenceFragmentCompat() {