From 36e780f7c9111b53142b92442de7eb552ad43d11 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 6 Jan 2023 16:56:31 +0000 Subject: [PATCH] update list of locales --- .../com/lagradost/cloudstream3/ui/settings/SettingsGeneral.kt | 2 ++ 1 file changed, 2 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 0814bf9d..78b028c2 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,9 @@ val appLanguages = arrayListOf( Triple("", "German", "de"), Triple("", "Greek", "el"), Triple("", "English", "en"), + Triple("", "Esperanto", "eo"), Triple("", "Spanish", "es"), + Triple("", "Farsi", "fa"), Triple("", "French", "fr"), Triple("", "Hindi", "hi"), Triple("", "Croatian", "hr"),