Merge branch 'rename-nb-layout-to-no' into 'master'
Rename the nb layout to no, fixing input source selection See merge request Librem5/squeekboard!233
This commit is contained in:
@ -17,7 +17,7 @@ const KEYBOARDS: &[(*const str, *const str)] = &[
|
||||
("es", include_str!("../data/keyboards/es.yaml")),
|
||||
("it", include_str!("../data/keyboards/it.yaml")),
|
||||
("ja+kana", include_str!("../data/keyboards/ja+kana.yaml")),
|
||||
("nb", include_str!("../data/keyboards/nb.yaml")),
|
||||
("no", include_str!("../data/keyboards/no.yaml")),
|
||||
("number", include_str!("../data/keyboards/number.yaml")),
|
||||
("se", include_str!("../data/keyboards/se.yaml")),
|
||||
];
|
||||
|
||||
@ -54,7 +54,7 @@ foreach layout : [
|
||||
'es',
|
||||
'it',
|
||||
'ja+kana',
|
||||
'nb',
|
||||
'no',
|
||||
'number',
|
||||
'se',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user