forked from recloudstream/cloudstream
Update SettingsFragment.kt
This commit is contained in:
parent
6dbc5c29c6
commit
f2f49e7f71
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ class SettingsFragment : PreferenceFragmentCompat() {
|
||||||
Triple("\uD83C\uDDEE\uD83C\uDDF3", "Malayalam", "ml"),
|
Triple("\uD83C\uDDEE\uD83C\uDDF3", "Malayalam", "ml"),
|
||||||
Triple("\uD83C\uDDF3\uD83C\uDDF4", "Norsk", "no"),
|
Triple("\uD83C\uDDF3\uD83C\uDDF4", "Norsk", "no"),
|
||||||
Triple("\ud83c\udde9\ud83c\uddea", "German", "de"),
|
Triple("\ud83c\udde9\ud83c\uddea", "German", "de"),
|
||||||
|
Triple("🇦🇪", "Arabic", "ar"),
|
||||||
).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
|
||||||
|
|
||||||
override fun onCreatePreferences(savedInstanceState: Bundle?, rootKey: String?) {
|
override fun onCreatePreferences(savedInstanceState: Bundle?, rootKey: String?) {
|
||||||
|
|
Loading…
Reference in a new issue