Update SettingsFragment.kt

This commit is contained in:
whi_ne 2021-09-04 02:58:33 +08:00 committed by GitHub
parent 2ebb84acba
commit b86e8b1dde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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"))