mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Fixed flag and name for Levantine Arabic and Najdi Arabic (#770)
This commit is contained in:
parent
e11d36aed8
commit
765071ebef
2 changed files with 5 additions and 3 deletions
|
@ -55,10 +55,10 @@ 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("", "عربي شامي", "ajp"),
|
||||
Triple("", "አማርኛ", "am"),
|
||||
Triple("", "العربية", "ar"),
|
||||
Triple("", "ars", "ars"),
|
||||
Triple("", "اللهجة النجدية", "ars"),
|
||||
Triple("", "български", "bg"),
|
||||
Triple("", "বাংলা", "bn"),
|
||||
Triple("\uD83C\uDDE7\uD83C\uDDF7", "português brasileiro", "bp"),
|
||||
|
|
|
@ -153,9 +153,11 @@ object SubtitleHelper {
|
|||
private val flags = mapOf(
|
||||
"af" to "ZA",
|
||||
"agq" to "CM",
|
||||
"ajp" to "SY",
|
||||
"ak" to "GH",
|
||||
"am" to "ET",
|
||||
"ar" to "AE",
|
||||
"ars" to "SA",
|
||||
"as" to "IN",
|
||||
"asa" to "TZ",
|
||||
"az" to "AZ",
|
||||
|
|
Loading…
Reference in a new issue