mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-29 01:25:38 +00:00
Added support for the ca_AD locale
This commit is contained in:
parent
7e9590d7c3
commit
03149d0b33
|
@ -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("CATALÀ", "ca_AD", selectedApplicationLanguage == "ca_AD");
|
||||||
applicationLanguage->add("ΕΛΛΗΝΙΚΆ", "el_GR", selectedApplicationLanguage == "el_GR");
|
applicationLanguage->add("ΕΛΛΗΝΙΚΆ", "el_GR", selectedApplicationLanguage == "el_GR");
|
||||||
applicationLanguage->add("ESPAÑOL (ESPAÑA)", "es_ES", selectedApplicationLanguage == "es_ES");
|
applicationLanguage->add("ESPAÑOL (ESPAÑA)", "es_ES", selectedApplicationLanguage == "es_ES");
|
||||||
applicationLanguage->add("FRANÇAIS", "fr_FR", selectedApplicationLanguage == "fr_FR");
|
applicationLanguage->add("FRANÇAIS", "fr_FR", selectedApplicationLanguage == "fr_FR");
|
||||||
|
|
|
@ -31,6 +31,7 @@ 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"}},
|
||||||
{{"el"}, {"GR"}},
|
{{"el"}, {"GR"}},
|
||||||
{{"es"}, {"ES"}},
|
{{"es"}, {"ES"}},
|
||||||
{{"fr"}, {"FR"}},
|
{{"fr"}, {"FR"}},
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
en_US
|
en_US
|
||||||
en_GB
|
en_GB
|
||||||
ar_EG
|
ar_EG
|
||||||
|
ca_AD
|
||||||
el_GR
|
el_GR
|
||||||
es_ES
|
es_ES
|
||||||
fr_FR
|
fr_FR
|
||||||
|
|
2614
locale/po/ca_AD.po
Normal file
2614
locale/po/ca_AD.po
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue