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"),