Rename bg to bg+phonetic

The 'bg' layout is actually the 'bg+phonetic' layout.
Mark it as such.
This commit is contained in:
Plamen Stoev
2021-05-26 08:04:44 +03:00
parent 9b52edbf99
commit 389aedac8d
3 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ static KEYBOARDS: &[(&'static str, &'static str)] = &[
("be", include_str!("../data/keyboards/be.yaml")),
("be_wide", include_str!("../data/keyboards/be_wide.yaml")),
("bg", include_str!("../data/keyboards/bg.yaml")),
("bg+phonetic", include_str!("../data/keyboards/bg+phonetic.yaml")),
("br", include_str!("../data/keyboards/br.yaml")),

View File

@ -60,7 +60,7 @@ foreach layout : [
# Block: Languages
'ara', 'ara_wide',
'be', 'be_wide',
'bg',
'bg+phonetic',
'br',
'ch+fr',
'cz', 'cz_wide',