mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Add language in app and readme
This commit is contained in:
parent
239fc1be25
commit
16ab02b02e
2 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@ You can find the list of community-maintained extension repositories [here
|
|||
|
||||
***The list of supported languages:***
|
||||
* 🇱🇧 Arabic
|
||||
* 🇭🇷 Croatian
|
||||
* 🇨🇿 Czech
|
||||
* 🇳🇱 Dutch
|
||||
* 🇬🇧 English
|
||||
|
|
|
@ -78,6 +78,7 @@ val appLanguages = arrayListOf(
|
|||
Triple("", "Chinese", "zh"),
|
||||
Triple("\uD83C\uDDEE\uD83C\uDDE9", "Indonesian", "in"),
|
||||
Triple("", "Czech", "cs"),
|
||||
Triple("", "Croatian", "hr"),
|
||||
).sortedBy { it.second } //ye, we go alphabetical, so ppl don't put their lang on top
|
||||
|
||||
class SettingsGeneral : PreferenceFragmentCompat() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue