mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Removed support for the ca_AD locale
This commit is contained in:
parent
f7cc0f6ace
commit
76e29d534d
|
@ -490,7 +490,6 @@ 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("CATALÀ", "ca_AD", selectedApplicationLanguage == "ca_AD");
|
|
||||||
applicationLanguage->add("ΕΛΛΗΝΙΚΆ", "el_GR", selectedApplicationLanguage == "el_GR");
|
applicationLanguage->add("ΕΛΛΗΝΙΚΆ", "el_GR", selectedApplicationLanguage == "el_GR");
|
||||||
applicationLanguage->add("DEUTSCH", "de_DE", selectedApplicationLanguage == "de_DE");
|
applicationLanguage->add("DEUTSCH", "de_DE", selectedApplicationLanguage == "de_DE");
|
||||||
applicationLanguage->add("ESPAÑOL (ESPAÑA)", "es_ES", selectedApplicationLanguage == "es_ES");
|
applicationLanguage->add("ESPAÑOL (ESPAÑA)", "es_ES", selectedApplicationLanguage == "es_ES");
|
||||||
|
|
|
@ -31,7 +31,6 @@ namespace Utils
|
||||||
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"}},
|
||||||
{{"ar"}, {"EG"}},
|
{{"ar"}, {"EG"}},
|
||||||
{{"ca"}, {"AD"}},
|
|
||||||
{{"de"}, {"DE"}},
|
{{"de"}, {"DE"}},
|
||||||
{{"el"}, {"GR"}},
|
{{"el"}, {"GR"}},
|
||||||
{{"es"}, {"ES"}},
|
{{"es"}, {"ES"}},
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
en_US
|
en_US
|
||||||
en_GB
|
en_GB
|
||||||
ar_EG
|
ar_EG
|
||||||
ca_AD
|
|
||||||
de_DE
|
de_DE
|
||||||
el_GR
|
el_GR
|
||||||
es_ES
|
es_ES
|
||||||
|
|
2614
locale/po/ca_AD.po
2614
locale/po/ca_AD.po
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue