mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
chore(locales): fix locale issues
This commit is contained in:
parent
d0c03321b9
commit
557003895b
9 changed files with 11 additions and 8 deletions
|
@ -54,6 +54,8 @@ fun getCurrentLocale(context: Context): String {
|
|||
// https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes leave blank for auto
|
||||
val appLanguages = arrayListOf(
|
||||
/* begin language list */
|
||||
Triple("", "ajp", "ajp"),
|
||||
Triple("", "አማርኛ", "am"),
|
||||
Triple("", "العربية", "ar"),
|
||||
Triple("", "ars", "ars"),
|
||||
Triple("", "български", "bg"),
|
||||
|
@ -96,6 +98,7 @@ val appLanguages = arrayListOf(
|
|||
Triple("", "Soomaaliga", "so"),
|
||||
Triple("", "svenska", "sv"),
|
||||
Triple("", "தமிழ்", "ta"),
|
||||
Triple("", "ትግርኛ", "ti"),
|
||||
Triple("", "Tagalog", "tl"),
|
||||
Triple("", "Türkçe", "tr"),
|
||||
Triple("", "українська", "uk"),
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources></resources>
|
||||
<resources/>
|
||||
|
|
Loading…
Reference in a new issue