From 45eb9758e3ba33839ef9206883f01fbda5709d28 Mon Sep 17 00:00:00 2001 From: "recloudstream[bot]" <111277985+recloudstream[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 11:52:20 +0000 Subject: [PATCH] update list of locales --- .../com/lagradost/cloudstream3/ui/settings/SettingsGeneral.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 af49060b..649aa634 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 @@ -64,7 +64,6 @@ val appLanguages = arrayListOf( Triple("", "Deutsch", "de"), Triple("", "ελληνικά", "el"), Triple("", "English", "en"), - Triple("🦍", "mmmm... monke", "qt"), Triple("", "Esperanto", "eo"), Triple("", "Español", "es"), Triple("", "فارسی", "fa"), @@ -83,6 +82,7 @@ val appLanguages = arrayListOf( Triple("", "Norsk", "no"), Triple("", "język polski", "pl"), Triple("\uD83C\uDDF5\uD83C\uDDF9", "Português", "pt"), + Triple("🦍", "mmmm... monke", "qt"), Triple("", "Română", "ro"), Triple("", "Русский", "ru"), Triple("", "slovenčina", "sk"),