added french language to settings

This commit is contained in:
Sarlay 2021-09-03 19:25:50 +02:00 committed by GitHub
parent 86abe507e8
commit 09fc85ee22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -67,6 +67,7 @@ class SettingsFragment : PreferenceFragmentCompat() {
Triple("\uD83C\uDDF3\uD83C\uDDF1", "Dutch", "nl"),
Triple("\uD83C\uDDEC\uD83C\uDDF7", "Greek", "gr"),
Triple("\uD83C\uDDF8\uD83C\uDDEA", "Swedish", "sv"),
Triple("\uD83C\uDDEB\uD83C\uDDF7", "French", "fr"),
) // idk, if you find a way of automating this it would be great
if (count > 100) {
languages.add(Triple("\uD83E\uDD8D", "mmmm... monke", "mo"))
@ -108,4 +109,4 @@ class SettingsFragment : PreferenceFragmentCompat() {
}
return super.onPreferenceTreeClick(preference)
}
}
}