mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Update SettingsGeneral.kt
This commit is contained in:
parent
378556f3c1
commit
4954e9d3ac
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ val appLanguages = arrayListOf(
|
|||
Triple("", "اردو", "ur"),
|
||||
Triple("", "Tiếng Việt", "vi"),
|
||||
Triple("", "中文", "zh"),
|
||||
Triple("\uD83C\uDDF9\uD83C\uDDFC", "正體中文", "zh-rTW"),
|
||||
Triple("\uD83C\uDDF9\uD83C\uDDFC", "正體中文(臺灣)", "zh-rTW"),
|
||||
/* end language list */
|
||||
).sortedBy { it.second.lowercase() } //ye, we go alphabetical, so ppl don't put their lang on top
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue