Add language in app and readme

This commit is contained in:
Blatzar 2022-09-08 18:36:22 +02:00
parent 239fc1be25
commit 16ab02b02e
2 changed files with 2 additions and 0 deletions

View file

@ -21,6 +21,7 @@ You can find the list of community-maintained extension repositories [here
***The list of supported languages:*** ***The list of supported languages:***
* 🇱🇧 Arabic * 🇱🇧 Arabic
* 🇭🇷 Croatian
* 🇨🇿 Czech * 🇨🇿 Czech
* 🇳🇱 Dutch * 🇳🇱 Dutch
* 🇬🇧 English * 🇬🇧 English

View file

@ -78,6 +78,7 @@ val appLanguages = arrayListOf(
Triple("", "Chinese", "zh"), Triple("", "Chinese", "zh"),
Triple("\uD83C\uDDEE\uD83C\uDDE9", "Indonesian", "in"), Triple("\uD83C\uDDEE\uD83C\uDDE9", "Indonesian", "in"),
Triple("", "Czech", "cs"), Triple("", "Czech", "cs"),
Triple("", "Croatian", "hr"),
).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
class SettingsGeneral : PreferenceFragmentCompat() { class SettingsGeneral : PreferenceFragmentCompat() {