Removed support for the ca_AD locale

This commit is contained in:
Leon Styhre 2024-08-24 12:06:34 +02:00
parent f7cc0f6ace
commit 76e29d534d
4 changed files with 0 additions and 2617 deletions

View file

@ -490,7 +490,6 @@ 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("DEUTSCH", "de_DE", selectedApplicationLanguage == "de_DE");
applicationLanguage->add("ESPAÑOL (ESPAÑA)", "es_ES", selectedApplicationLanguage == "es_ES");

View file

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

View file

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

File diff suppressed because it is too large Load diff