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:
Guido Günther
2021-12-08 14:18:15 +01:00
parent 2aa9cf26ee
commit da789bcb87
12 changed files with 0 additions and 21 deletions
-2
View File
@@ -6,7 +6,6 @@ cz Чешки
de Немски de Немски
dk Датски dk Датски
es Испански es Испански
emoji Емоджи
fi Фински fi Фински
fr Френски fr Френски
gr Гръцки gr Гръцки
@@ -18,5 +17,4 @@ ru Руски
se Шведски se Шведски
th Тайски th Тайски
ua Украински ua Украински
terminal Терминал
us Английски (САЩ) us Английски (САЩ)
-2
View File
@@ -3,7 +3,6 @@ cz Česká
cz+qwerty Česká (QWERTY) cz+qwerty Česká (QWERTY)
de Německá de Německá
dk Dánská dk Dánská
emoji Emoji
es Španělská es Španělská
fi Finská fi Finská
fr Francouzská fr Francouzská
@@ -15,7 +14,6 @@ no Norská
pl Polská pl Polská
ru Ruská ru Ruská
se Švédská se Švédská
terminal Terminál
th Thajská th Thajská
ua Ukrajinská ua Ukrajinská
us Anglická (USA) us Anglická (USA)
-2
View File
@@ -1,2 +0,0 @@
emoji Emoji
terminal Terminal
-2
View File
@@ -1,2 +0,0 @@
emoji Emoji
terminal Terminal
-2
View File
@@ -1,2 +0,0 @@
emoji ایموجی
terminal ترمینال
-1
View File
@@ -13,6 +13,5 @@ no Norvegjês
pl Polac pl Polac
ru Rus ru Rus
se Svedês se Svedês
terminal Terminâl
ua Ucrain ua Ucrain
us American (USA) us American (USA)
-2
View File
@@ -4,7 +4,6 @@ cz צ'כית
de גרמנית de גרמנית
dk דנית dk דנית
es ספרדית es ספרדית
emoji אימוג'י
fi פינית fi פינית
fr צרפתית fr צרפתית
gr יוונית gr יוונית
@@ -14,6 +13,5 @@ no נורווגית
pl פולנית pl פולנית
ru רוסית ru רוסית
se שוודית se שוודית
terminal טרמינל
ua אוקראינית ua אוקראינית
us אנגלית (ארה"ב) us אנגלית (ארה"ב)
-1
View File
@@ -7,5 +7,4 @@ no Նորուեգերէն
pl Լեհերէն pl Լեհերէն
ru Ռուսերէն ru Ռուսերէն
se Շուեդերէն se Շուեդերէն
terminal Տերմինալ
us Անգլերէն (ԱՄՆ) us Անգլերէն (ԱՄՆ)
View File
-2
View File
@@ -1,2 +0,0 @@
emoji emoji
terminal terminal
-1
View File
@@ -7,5 +7,4 @@ no Норвежский
pl Польский pl Польский
ru Русский ru Русский
se Шведский se Шведский
terminal Терминал
us Английский (США) us Английский (США)
-4
View File
@@ -127,13 +127,9 @@ pub fn get_overlays() -> Vec<&'static str> {
/// Translations of the layout identifier strings /// Translations of the layout identifier strings
static LAYOUT_NAMES: &[(&'static str, &'static str)] = &[ 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")), ("es-ES", include_str!("../data/langs/es-ES.txt")),
("fur-IT", include_str!("../data/langs/fur-IT.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")), ("ru-RU", include_str!("../data/langs/ru-RU.txt")),
]; ];