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