From ff9942407b83851dd6c71b9ed4217ecba06e2f2a Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Tue, 7 Feb 2023 10:11:23 +0000 Subject: [PATCH] use language a better language code for the easter egg --- .../com/lagradost/cloudstream3/ui/settings/SettingsGeneral.kt | 2 +- app/src/main/res/{values-mo => values-monke}/strings.xml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename app/src/main/res/{values-mo => values-monke}/strings.xml (100%) 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 b5a0a689..4f3924d4 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 @@ -76,7 +76,7 @@ val appLanguages = arrayListOf( Triple("", "ಕನ್ನಡ", "kn"), Triple("", "македонски јазик", "mk"), Triple("", "മലയാളം", "ml"), - Triple("🦍", "Monke", "mo"), + Triple("🦍", "mmmm... monke", "monke"), Triple("", "Nederlands", "nl"), Triple("", "Norsk nynorsk", "nn"), Triple("", "Norsk", "no"), diff --git a/app/src/main/res/values-mo/strings.xml b/app/src/main/res/values-monke/strings.xml similarity index 100% rename from app/src/main/res/values-mo/strings.xml rename to app/src/main/res/values-monke/strings.xml