langs: add de-DE for switcher

This commit is contained in:
Mark Müller
2019-11-19 00:10:35 +01:00
parent 291be9fa79
commit 4f28e3413a

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")),
];