mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
chore: update list of locales
This commit is contained in:
parent
53b06612c1
commit
d6af1e4ab6
1 changed files with 4 additions and 0 deletions
|
@ -71,6 +71,7 @@ val appLanguages = arrayListOf(
|
|||
Triple("\uD83C\uDDEE\uD83C\uDDE9", "Indonesian", "in"),
|
||||
Triple("", "Italian", "it"),
|
||||
Triple("", "Hebrew", "iw"),
|
||||
Triple("", "Kannada", "kn"),
|
||||
Triple("", "Macedonian", "mk"),
|
||||
Triple("", "Malayalam", "ml"),
|
||||
Triple("", "Moldavian", "mo"),
|
||||
|
@ -79,9 +80,12 @@ val appLanguages = arrayListOf(
|
|||
Triple("", "Polish", "pl"),
|
||||
Triple("\uD83C\uDDF5\uD83C\uDDF9", "Portuguese", "pt"),
|
||||
Triple("", "Romanian", "ro"),
|
||||
Triple("", "Russian", "ru"),
|
||||
Triple("", "Swedish", "sv"),
|
||||
Triple("", "Tamil", "ta"),
|
||||
Triple("", "Tagalog", "tl"),
|
||||
Triple("", "Turkish", "tr"),
|
||||
Triple("", "Urdu", "ur"),
|
||||
Triple("", "Viet Nam", "vi"),
|
||||
Triple("", "Chinese Simplified", "zh"),
|
||||
Triple("\uD83C\uDDF9\uD83C\uDDFC", "Chinese Traditional", "zh-rTW"),
|
||||
|
|
Loading…
Reference in a new issue