mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 23:15:38 +00:00
Added support for the el_GR locale
This commit is contained in:
parent
afea0eace9
commit
1f605347c3
|
@ -490,6 +490,7 @@ void GuiMenu::openUIOptions()
|
||||||
selectedApplicationLanguage == "en_US");
|
selectedApplicationLanguage == "en_US");
|
||||||
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("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");
|
||||||
|
|
|
@ -30,6 +30,7 @@ namespace Utils
|
||||||
// clang-format off
|
// clang-format off
|
||||||
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"}},
|
||||||
{{"fr"}, {"FR"}},
|
{{"fr"}, {"FR"}},
|
||||||
{{"it"}, {"IT"}},
|
{{"it"}, {"IT"}},
|
||||||
{{"ja"}, {"JP"}},
|
{{"ja"}, {"JP"}},
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
en_US
|
en_US
|
||||||
en_GB
|
en_GB
|
||||||
|
el_GR
|
||||||
fr_FR
|
fr_FR
|
||||||
it_IT
|
it_IT
|
||||||
ja_JP
|
ja_JP
|
||||||
|
|
2532
locale/po/el_GR.po
Normal file
2532
locale/po/el_GR.po
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue