mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
TRY fix select language problem
This commit is contained in:
parent
0a8cb1d10c
commit
e3a659b2a0
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ val appLanguages = arrayListOf(
|
|||
Triple("", "Romanian", "ro"),
|
||||
Triple("", "Italian", "it"),
|
||||
Triple("", "Chinese", "zh"),
|
||||
Triple("\uD83C\uDDF9\uD83C\uDDFC", "Traditional Chinese", "zh-rTW"),
|
||||
Triple("\uD83C\uDDF9\uD83C\uDDFC", "Traditional Chinese", "zh_tw"),
|
||||
Triple("\uD83C\uDDEE\uD83C\uDDE9", "Indonesian", "in"),
|
||||
Triple("", "Czech", "cs"),
|
||||
Triple("", "Croatian", "hr"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue