Added support for the es_ES locale

This commit is contained in:
Leon Styhre 2024-07-21 11:50:06 +02:00
parent 1f605347c3
commit 298b371715
4 changed files with 2535 additions and 0 deletions

View file

@ -491,6 +491,7 @@ void GuiMenu::openUIOptions()
applicationLanguage->add("ENGLISH (UNITED KINGDOM)", "en_GB",
selectedApplicationLanguage == "en_GB");
applicationLanguage->add("ΕΛΛΗΝΙΚΆ", "el_GR", selectedApplicationLanguage == "el_GR");
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");
applicationLanguage->add("PORTUGUÊS (BRASIL)", "pt_BR", selectedApplicationLanguage == "pt_BR");

View file

@ -31,6 +31,7 @@ namespace Utils
const std::vector<std::pair<std::string, std::string>> sSupportedLocales {{{"en"}, {"US"}},
{{"en"}, {"GB"}},
{{"el"}, {"GR"}},
{{"es"}, {"ES"}},
{{"fr"}, {"FR"}},
{{"it"}, {"IT"}},
{{"ja"}, {"JP"}},

View file

@ -1,6 +1,7 @@
en_US
en_GB
el_GR
es_ES
fr_FR
it_IT
ja_JP

2532
locale/po/es_ES.po Normal file

File diff suppressed because it is too large Load diff