Remove emoji and terminal from translations
Handled via po. Remove now empty files. The match with resources.rs shows that some of them weren't even used (e.g. fa-IR) showing why a switch to po is useful (which allows to maintain us that outside of code).
This commit is contained in:
@ -6,7 +6,6 @@ cz Чешки
|
||||
de Немски
|
||||
dk Датски
|
||||
es Испански
|
||||
emoji Емоджи
|
||||
fi Фински
|
||||
fr Френски
|
||||
gr Гръцки
|
||||
@ -18,5 +17,4 @@ ru Руски
|
||||
se Шведски
|
||||
th Тайски
|
||||
ua Украински
|
||||
terminal Терминал
|
||||
us Английски (САЩ)
|
||||
|
||||
@ -3,7 +3,6 @@ cz Česká
|
||||
cz+qwerty Česká (QWERTY)
|
||||
de Německá
|
||||
dk Dánská
|
||||
emoji Emoji
|
||||
es Španělská
|
||||
fi Finská
|
||||
fr Francouzská
|
||||
@ -15,7 +14,6 @@ no Norská
|
||||
pl Polská
|
||||
ru Ruská
|
||||
se Švédská
|
||||
terminal Terminál
|
||||
th Thajská
|
||||
ua Ukrajinská
|
||||
us Anglická (USA)
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
emoji Emoji
|
||||
terminal Terminal
|
||||
@ -1,2 +0,0 @@
|
||||
emoji Emoji
|
||||
terminal Terminal
|
||||
@ -1,2 +0,0 @@
|
||||
emoji ایموجی
|
||||
terminal ترمینال
|
||||
@ -13,6 +13,5 @@ no Norvegjês
|
||||
pl Polac
|
||||
ru Rus
|
||||
se Svedês
|
||||
terminal Terminâl
|
||||
ua Ucrain
|
||||
us American (USA)
|
||||
|
||||
@ -4,7 +4,6 @@ cz צ'כית
|
||||
de גרמנית
|
||||
dk דנית
|
||||
es ספרדית
|
||||
emoji אימוג'י
|
||||
fi פינית
|
||||
fr צרפתית
|
||||
gr יוונית
|
||||
@ -14,6 +13,5 @@ no נורווגית
|
||||
pl פולנית
|
||||
ru רוסית
|
||||
se שוודית
|
||||
terminal טרמינל
|
||||
ua אוקראינית
|
||||
us אנגלית (ארה"ב)
|
||||
|
||||
@ -7,5 +7,4 @@ no Նորուեգերէն
|
||||
pl Լեհերէն
|
||||
ru Ռուսերէն
|
||||
se Շուեդերէն
|
||||
terminal Տերմինալ
|
||||
us Անգլերէն (ԱՄՆ)
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
emoji emoji
|
||||
terminal terminal
|
||||
@ -7,5 +7,4 @@ no Норвежский
|
||||
pl Польский
|
||||
ru Русский
|
||||
se Шведский
|
||||
terminal Терминал
|
||||
us Английский (США)
|
||||
|
||||
@ -127,13 +127,9 @@ pub fn get_overlays() -> Vec<&'static str> {
|
||||
|
||||
/// Translations of the layout identifier strings
|
||||
static LAYOUT_NAMES: &[(&'static str, &'static str)] = &[
|
||||
("de-DE", include_str!("../data/langs/de-DE.txt")),
|
||||
("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