Merge branch 'de' into 'master'

DE fixes

See merge request Librem5/squeekboard!259
This commit is contained in:
Dorota Czaplejewicz
2019-11-20 10:47:34 +00:00
2 changed files with 9 additions and 0 deletions

8
data/langs/de-DE.txt Normal file
View File

@ -0,0 +1,8 @@
us Englisch (US)
de Deutsch
el Griechisch
es Spanisch
it Italienisch
jp+kana Japanisch (Kana)
no Norwegisch

View File

@ -39,6 +39,7 @@ pub fn get_keyboard(needle: &str) -> Option<&'static str> {
/// Translations of the layout identifier strings
const LAYOUT_NAMES: &[(*const str, *const str)] = &[
("de-DE", include_str!("../data/langs/de-DE.txt")),
("en-US", include_str!("../data/langs/en-US.txt")),
("pl-PL", include_str!("../data/langs/pl-PL.txt")),
];