Added Hebrew translations for most layouts.
This commit adds translations in Hebrew for most layouts. Note: the hebrew file seems to be named incorrectly, is that intentional? (he_IL.txt instead of he-IL.txt) Signed-off-by: Kozova1 <mug66kk@gmail.com>
This commit is contained in:
@ -122,6 +122,7 @@ 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")),
|
||||
("fur-IT", include_str!("../data/langs/fur-IT.txt")),
|
||||
("he-IL", include_str!("../data/langs/he_IL.txt")),
|
||||
("ja-JP", include_str!("../data/langs/ja-JP.txt")),
|
||||
("pl-PL", include_str!("../data/langs/pl-PL.txt")),
|
||||
("ru-RU", include_str!("../data/langs/ru-RU.txt")),
|
||||
|
||||
Reference in New Issue
Block a user