From 1e636c8b08a91b55606ef9242cc66758f609c6a4 Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Sun, 18 Dec 2022 14:31:44 +0100 Subject: [PATCH] add bengali --- .../com/lagradost/cloudstream3/ui/settings/SettingsGeneral.kt | 1 + 1 file changed, 1 insertion(+) 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 551a80ab..68b65820 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 @@ -81,6 +81,7 @@ val appLanguages = arrayListOf( Triple("", "Czech", "cs"), Triple("", "Croatian", "hr"), Triple("", "Bulgarian", "bg"), + Triple("", "Bengali", "bn"), ).sortedBy { it.second } //ye, we go alphabetical, so ppl don't put their lang on top class SettingsGeneral : PreferenceFragmentCompat() {