Rename bg to bg+phonetic
The 'bg' layout is actually the 'bg+phonetic' layout. Mark it as such.
This commit is contained in:
@ -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")),
|
||||
|
||||
|
||||
@ -60,7 +60,7 @@ foreach layout : [
|
||||
# Block: Languages
|
||||
'ara', 'ara_wide',
|
||||
'be', 'be_wide',
|
||||
'bg',
|
||||
'bg+phonetic',
|
||||
'br',
|
||||
'ch+fr',
|
||||
'cz', 'cz_wide',
|
||||
|
||||
Reference in New Issue
Block a user