mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix Bulgarian layout not appearing as an option
This commit is contained in:
parent
da25fc282d
commit
338cc30cda
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user