From d6af1e4ab68f714b3a5920cdb60829d9bb88acf6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 28 Dec 2022 10:48:52 +0000 Subject: [PATCH] chore: update list of locales --- .../com/lagradost/cloudstream3/ui/settings/SettingsGeneral.kt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/src/main/java/com/lagradost/cloudstream3/ui/settings/SettingsGeneral.kt b/app/src/main/java/com/lagradost/cloudstream3/ui/settings/SettingsGeneral.kt index af87248b..ff23cea3 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/ui/settings/SettingsGeneral.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/ui/settings/SettingsGeneral.kt @@ -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"),