mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45: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");
|
||||
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");
|
||||
|
|
|
@ -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"}},
|
||||
|
|
|
@ -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
2614
locale/po/ca_AD.po
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue