Added support for the de_DE locale

This commit is contained in:
Leon Styhre 2024-08-21 21:03:38 +02:00
parent a5a4937011
commit 03c6fb3297
4 changed files with 2617 additions and 0 deletions

View file

@ -492,6 +492,7 @@ void GuiMenu::openUIOptions()
selectedApplicationLanguage == "en_GB");
applicationLanguage->add("CATALÀ", "ca_AD", selectedApplicationLanguage == "ca_AD");
applicationLanguage->add("ΕΛΛΗΝΙΚΆ", "el_GR", selectedApplicationLanguage == "el_GR");
applicationLanguage->add("DEUTSCH", "de_DE", selectedApplicationLanguage == "de_DE");
applicationLanguage->add("ESPAÑOL (ESPAÑA)", "es_ES", selectedApplicationLanguage == "es_ES");
applicationLanguage->add("FRANÇAIS", "fr_FR", selectedApplicationLanguage == "fr_FR");
applicationLanguage->add("ITALIANO", "it_IT", selectedApplicationLanguage == "it_IT");

View file

@ -32,6 +32,7 @@ namespace Utils
{{"en"}, {"GB"}},
{{"ar"}, {"EG"}},
{{"ca"}, {"AD"}},
{{"de"}, {"DE"}},
{{"el"}, {"GR"}},
{{"es"}, {"ES"}},
{{"fr"}, {"FR"}},

View file

@ -2,6 +2,7 @@ en_US
en_GB
ar_EG
ca_AD
de_DE
el_GR
es_ES
fr_FR

2614
locale/po/de_DE.po Normal file

File diff suppressed because it is too large Load diff