translations: Register Spanish

This commit is contained in:
Dorota Czaplejewicz
2019-11-20 10:21:23 +00:00
parent 0beddc6856
commit c566d8853e

View File

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