mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Fix Traditional Chinese (zh-rTW) display name (#467)
This commit is contained in:
parent
3b21ec3794
commit
77d4ecd7c6
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…
Reference in a new issue