forked from recloudstream/cloudstream
Update SettingsFragment.kt
This commit is contained in:
parent
2ebb84acba
commit
b86e8b1dde
1 changed files with 2 additions and 1 deletions
|
@ -65,9 +65,10 @@ class SettingsFragment : PreferenceFragmentCompat() {
|
|||
val languages = arrayListOf(
|
||||
Triple("\uD83C\uDDEC\uD83C\uDDE7", "English", "en"),
|
||||
Triple("\uD83C\uDDF3\uD83C\uDDF1", "Dutch", "nl"),
|
||||
Triple("\uD83C\uDDEB\uD83C\uDDF7", "French", "fr"),
|
||||
Triple("\uD83C\uDDEC\uD83C\uDDF7", "Greek", "gr"),
|
||||
Triple("\uD83C\uDDF8\uD83C\uDDEA", "Swedish", "sv"),
|
||||
Triple("\uD83C\uDDEB\uD83C\uDDF7", "French", "fr"),
|
||||
Triple("\uD83C\uDDF5\uD83C\uDDED", "Tagalog", "tl"),
|
||||
) // idk, if you find a way of automating this it would be great
|
||||
if (count > 100) {
|
||||
languages.add(Triple("\uD83E\uDD8D", "mmmm... monke", "mo"))
|
||||
|
|
Loading…
Reference in a new issue