Merge branch 'es' into 'master'

es layout: Add to resources and testing

See merge request Librem5/squeekboard!188
This commit is contained in:
David Boddie
2019-09-29 15:56:30 +00:00
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
const KEYBOARDS: &[(*const str, *const str)] = &[
("us", include_str!("../data/keyboards/us.yaml")),
("es", include_str!("../data/keyboards/es.yaml")),
("nb", include_str!("../data/keyboards/nb.yaml")),
("number", include_str!("../data/keyboards/number.yaml")),
];