[Fix] Remove unused i18n keys

This commit is contained in:
Quentin Guidée
2020-07-16 00:31:11 +02:00
parent 96b1cd38cf
commit dacb7351c3
9 changed files with 0 additions and 44 deletions

View File

@@ -36,8 +36,6 @@ SoftwareVersion = "Epsilon version"
OmegaVersion = "Omega version"
Username = "Name"
MicroPythonVersion = "µPythonversion"
DefaultResult = "Erweitert "
CompactResult = "Compact "
FontSizes = "Python-Schriftgröße"
LargeFont = "Große "
SmallFont = "Kleine "
@@ -63,6 +61,4 @@ SymbolDefaultFunction = "Standardl "
SymbolArgFunction = "Leer "
SymbolArgDefaultFunction = "Argument "
PythonFont = "Python Schriftart"
Large = "Groß "
Small = "Klein "
MemUse = "Speicher"

View File

@@ -36,8 +36,6 @@ SoftwareVersion = "Epsilon version"
OmegaVersion = "Omega version"
Username = "Name"
MicroPythonVersion = "µPython version"
DefaultResult = "Expanded "
CompactResult = "Compact "
FontSizes = "Python font size"
LargeFont = "Large "
SmallFont = "Small "
@@ -63,6 +61,4 @@ SymbolDefaultFunction = "Default "
SymbolArgFunction = "Empty "
SymbolArgDefaultFunction = "Argument "
PythonFont = "Python Font"
Large = "Large "
Small = "Small "
MemUse = "Memory"

View File

@@ -36,8 +36,6 @@ SoftwareVersion = "Versión de Epsilon"
OmegaVersion = "Versión de Omega"
Username = "Apellido"
MicroPythonVersion = "Version de µPython"
DefaultResult = "Expandido "
CompactResult = "Compacto "
FontSizes = "Tipografía Python"
LargeFont = "Grande "
SmallFont = "Pequeño "
@@ -63,6 +61,4 @@ SymbolDefaultFunction = "Defecto "
SymbolArgFunction = "Vacío "
SymbolArgDefaultFunction = "Argumento "
PythonFont = "Fuente Python"
Large = "Grande "
Small = "Pequeña "
MemUse = "Memoria"

View File

@@ -36,8 +36,6 @@ SoftwareVersion = "Version d'Epsilon"
OmegaVersion = "Version d'Omega"
Username = "Nom"
MicroPythonVersion = "Version de µPython"
DefaultResult = "Étendue "
CompactResult = "Compact "
FontSizes = "Police Python"
LargeFont = "Grande "
SmallFont = "Petite "
@@ -63,6 +61,4 @@ SymbolDefaultFunction = "Défaut "
SymbolArgFunction = "Vide "
SymbolArgDefaultFunction = "Arguments "
PythonFont = "Police Python"
Large = "Grand "
Small = "Petit "
MemUse = "Mémoire"

View File

@@ -36,8 +36,6 @@ SoftwareVersion = "Epsilon verzió"
OmegaVersion = "Omega verzió"
Username = "Felhasználónév"
MicroPythonVersion = "µPython verzió"
DefaultResult = "Kiterjesztett "
CompactResult = "Kompakt "
FontSizes = "Python betü méret"
LargeFont = "Nagy "
SmallFont = "Kicsi "
@@ -63,6 +61,4 @@ SymbolDefaultFunction = "alapértelmezett "
SymbolArgFunction = "Üres "
SymbolArgDefaultFunction = "Argumentummal "
PythonFont = "Python Betütipus"
Large = "Nagy "
Small = "Kicsi "
MemUse = "Memória"

View File

@@ -36,8 +36,6 @@ SoftwareVersion = "Epsilon version"
OmegaVersion = "Omega version"
Username = "Name"
MicroPythonVersion = "µPython version"
DefaultResult = "Expanded "
CompactResult = "Compact "
FontSizes = "Carattere Python"
LargeFont = "Grande "
SmallFont = "Piccolo "
@@ -63,6 +61,4 @@ SymbolDefaultFunction = "Default "
SymbolArgFunction = "Empty "
SymbolArgDefaultFunction = "Argument "
PythonFont = "Python Font"
Large = "Large "
Small = "Small "
MemUse = "Memory"

View File

@@ -36,8 +36,6 @@ SoftwareVersion = "Epsilon version"
OmegaVersion = "Omega version"
Username = "Name"
MicroPythonVersion = "µPython version"
DefaultResult = "Expanded "
CompactResult = "Compact "
FontSizes = "Python lettergrootte"
LargeFont = "Groot "
SmallFont = "Klein "
@@ -63,6 +61,4 @@ SymbolDefaultFunction = "Default "
SymbolArgFunction = "Empty "
SymbolArgDefaultFunction = "Argument "
PythonFont = "Python Font"
Large = "Large "
Small = "Small "
MemUse = "Memory"

View File

@@ -36,8 +36,6 @@ SoftwareVersion = "Versão do Epsilon"
OmegaVersion = "Versão do Omega"
Username = "Nome"
MicroPythonVersion = "Versao do µPython"
DefaultResult = "Expandida "
CompactResult = "Compactar "
FontSizes = "Tipografia Python"
LargeFont = "Grande "
SmallFont = "Pequeno "
@@ -63,6 +61,4 @@ SymbolDefaultFunction = "Padrão "
SymbolArgFunction = "Vazio "
SymbolArgDefaultFunction = "Argumento "
PythonFont = "Fonte Python"
Large = "Ampla "
Small = "Pequeno "
MemUse = "Memória"

View File

@@ -198,18 +198,6 @@ Layout PreferencesController::layoutForPreferences(I18n::Message message) {
return NthRootLayout::Builder(CodePointLayout::Builder('x'), CodePointLayout::Builder('y'));
}
// Result display
case I18n::Message::DefaultResult:
{
const char * text = " ";
return LayoutHelper::String(text, strlen(text), k_layoutFont);
}
case I18n::Message::CompactResult:
{
const char * text = " ";
return LayoutHelper::String(text, strlen(text), k_layoutFont);
}
// Font size
case I18n::Message::LargeFont:
case I18n::Message::SmallFont: