mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-30 20:15:38 +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",
|
||||
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");
|
||||
|
|
|
@ -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"}},
|
||||
|
|
|
@ -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
2532
locale/po/es_ES.po
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue