Merge branch 'de' into 'master'
DE fixes See merge request Librem5/squeekboard!259
This commit is contained in:
@ -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")),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user