Added support for the el_GR locale

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

View file

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

@ -30,6 +30,7 @@ namespace Utils
// clang-format off
const std::vector<std::pair<std::string, std::string>> sSupportedLocales {{{"en"}, {"US"}},
{{"en"}, {"GB"}},
{{"el"}, {"GR"}},
{{"fr"}, {"FR"}},
{{"it"}, {"IT"}},
{{"ja"}, {"JP"}},

View file

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

2532
locale/po/el_GR.po Normal file

File diff suppressed because it is too large Load diff