moved data/langs/he_IL.txt -> data/langs/he-IL.txt to better conform with existing translations.

Signed-off-by: Kozova1 <mug66kk@gmail.com>
This commit is contained in:
Kozova1
2021-03-30 20:30:53 +03:00
parent 32dc25dfbf
commit fcb57c9093
2 changed files with 1 additions and 1 deletions

View File

@ -122,7 +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")),
("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")),