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

View File

@ -6,7 +6,6 @@ cz Чешки
de Немски
dk Датски
es Испански
emoji Емоджи
fi Фински
fr Френски
gr Гръцки
@ -18,5 +17,4 @@ ru Руски
se Шведски
th Тайски
ua Украински
terminal Терминал
us Английски (САЩ)

View File

@ -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)

View File

@ -1,2 +0,0 @@
emoji Emoji
terminal Terminal

View File

@ -1,2 +0,0 @@
emoji Emoji
terminal Terminal

View File

@ -1,2 +0,0 @@
emoji ایموجی
terminal ترمینال

View File

@ -13,6 +13,5 @@ no Norvegjês
pl Polac
ru Rus
se Svedês
terminal Terminâl
ua Ucrain
us American (USA)

View File

@ -4,7 +4,6 @@ cz צ'כית
de גרמנית
dk דנית
es ספרדית
emoji אימוג'י
fi פינית
fr צרפתית
gr יוונית
@ -14,6 +13,5 @@ no נורווגית
pl פולנית
ru רוסית
se שוודית
terminal טרמינל
ua אוקראינית
us אנגלית (ארה"ב)

View File

@ -7,5 +7,4 @@ no Նորուեգերէն
pl Լեհերէն
ru Ռուսերէն
se Շուեդերէն
terminal Տերմինալ
us Անգլերէն (ԱՄՆ)

View File

View File

@ -1,2 +0,0 @@
emoji emoji
terminal terminal

View File

@ -7,5 +7,4 @@ no Норвежский
pl Польский
ru Русский
se Шведский
terminal Терминал
us Английский (США)

View File

@ -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")),
];