From a89b85ad1c81a444f05a1857f314a98d6d495b61 Mon Sep 17 00:00:00 2001 From: ardoslav Date: Wed, 26 Oct 2022 16:02:34 +0300 Subject: [PATCH] Update SettingsGeneral.kt bulgarian language added --- .../com/lagradost/cloudstream3/ui/settings/SettingsGeneral.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 57074e74..82d23d68 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 @@ -79,6 +79,7 @@ val appLanguages = arrayListOf( Triple("\uD83C\uDDEE\uD83C\uDDE9", "Indonesian", "in"), Triple("", "Czech", "cs"), Triple("", "Croatian", "hr"), + Triple("", "Bulgarian", "bg"), ).sortedBy { it.second } //ye, we go alphabetical, so ppl don't put their lang on top class SettingsGeneral : PreferenceFragmentCompat() { @@ -367,4 +368,4 @@ class SettingsGeneral : PreferenceFragmentCompat() { e.printStackTrace() } } -} \ No newline at end of file +}