Added support for the ca_AD locale

This commit is contained in:
Leon Styhre 2024-08-20 17:53:39 +02:00
parent 7e9590d7c3
commit 03149d0b33
4 changed files with 2617 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("CATALÀ", "ca_AD", selectedApplicationLanguage == "ca_AD");
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");

View file

@ -31,6 +31,7 @@ namespace Utils
const std::vector<std::pair<std::string, std::string>> sSupportedLocales {{{"en"}, {"US"}},
{{"en"}, {"GB"}},
{{"ar"}, {"EG"}},
{{"ca"}, {"AD"}},
{{"el"}, {"GR"}},
{{"es"}, {"ES"}},
{{"fr"}, {"FR"}},

View file

@ -1,6 +1,7 @@
en_US
en_GB
ar_EG
ca_AD
el_GR
es_ES
fr_FR

2614
locale/po/ca_AD.po Normal file

File diff suppressed because it is too large Load diff