mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-25 07:45:40 +00:00
Added support for the es_ES locale
This commit is contained in:
parent
1f605347c3
commit
298b371715
|
@ -491,6 +491,7 @@ void GuiMenu::openUIOptions()
|
||||||
applicationLanguage->add("ENGLISH (UNITED KINGDOM)", "en_GB",
|
applicationLanguage->add("ENGLISH (UNITED KINGDOM)", "en_GB",
|
||||||
selectedApplicationLanguage == "en_GB");
|
selectedApplicationLanguage == "en_GB");
|
||||||
applicationLanguage->add("ΕΛΛΗΝΙΚΆ", "el_GR", selectedApplicationLanguage == "el_GR");
|
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("FRANÇAIS", "fr_FR", selectedApplicationLanguage == "fr_FR");
|
||||||
applicationLanguage->add("ITALIANO", "it_IT", selectedApplicationLanguage == "it_IT");
|
applicationLanguage->add("ITALIANO", "it_IT", selectedApplicationLanguage == "it_IT");
|
||||||
applicationLanguage->add("PORTUGUÊS (BRASIL)", "pt_BR", selectedApplicationLanguage == "pt_BR");
|
applicationLanguage->add("PORTUGUÊS (BRASIL)", "pt_BR", selectedApplicationLanguage == "pt_BR");
|
||||||
|
|
|
@ -31,6 +31,7 @@ namespace Utils
|
||||||
const std::vector<std::pair<std::string, std::string>> sSupportedLocales {{{"en"}, {"US"}},
|
const std::vector<std::pair<std::string, std::string>> sSupportedLocales {{{"en"}, {"US"}},
|
||||||
{{"en"}, {"GB"}},
|
{{"en"}, {"GB"}},
|
||||||
{{"el"}, {"GR"}},
|
{{"el"}, {"GR"}},
|
||||||
|
{{"es"}, {"ES"}},
|
||||||
{{"fr"}, {"FR"}},
|
{{"fr"}, {"FR"}},
|
||||||
{{"it"}, {"IT"}},
|
{{"it"}, {"IT"}},
|
||||||
{{"ja"}, {"JP"}},
|
{{"ja"}, {"JP"}},
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
en_US
|
en_US
|
||||||
en_GB
|
en_GB
|
||||||
el_GR
|
el_GR
|
||||||
|
es_ES
|
||||||
fr_FR
|
fr_FR
|
||||||
it_IT
|
it_IT
|
||||||
ja_JP
|
ja_JP
|
||||||
|
|
2532
locale/po/es_ES.po
Normal file
2532
locale/po/es_ES.po
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue