Fix Bulgarian layout not appearing as an option

This commit is contained in:
Aleksandras Kostarevas 2024-08-01 16:02:56 +03:00
parent da25fc282d
commit 338cc30cda

View File

@ -38,8 +38,7 @@ val LocaleLayoutMap = mapOf(
"ar" to listOf("arabic"),
"az_AZ" to QwertyVariants,
"be_BY" to listOf("east_slavic", "east_slavic_phonetic"),
"bg" to listOf("bulgarian"),
"bg" to listOf("bulgarian_bds"),
"bg" to listOf("bulgarian", "bulgarian_bds"),
"bn_BD" to listOf("bengali_akkhor"),
"bn_IN" to listOf("bengali"),
"ca" to makeQwertyWithPrimary("spanish"),