android: add Bulgarian UI language

This commit is contained in:
Evgeny Poberezkin
2023-08-11 10:40:04 +01:00
parent 837b6dcf46
commit 7a41957d7b
2 changed files with 2 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ android {
// Comma separated list of languages that will be included in the apk
android.defaultConfig.resConfigs(
"en",
"bg",
"cs",
"de",
"es",

View File

@@ -201,6 +201,7 @@ object AppearanceScope {
val supportedLanguages = mapOf(
"system" to generalGetString(MR.strings.language_system),
"en" to "English",
"bg" to "Български",
"cs" to "Čeština",
"de" to "Deutsch",
"es" to "Español",