mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15:38 +00:00
Added support for the ru_RU locale
This commit is contained in:
parent
b8bae01c38
commit
39e0a1773b
|
@ -495,6 +495,7 @@ void GuiMenu::openUIOptions()
|
|||
applicationLanguage->add("FRANÇAIS", "fr_FR", selectedApplicationLanguage == "fr_FR");
|
||||
applicationLanguage->add("ITALIANO", "it_IT", selectedApplicationLanguage == "it_IT");
|
||||
applicationLanguage->add("PORTUGUÊS (BRASIL)", "pt_BR", selectedApplicationLanguage == "pt_BR");
|
||||
applicationLanguage->add("РУССКИЙ", "ru_RU", selectedApplicationLanguage == "ru_RU");
|
||||
applicationLanguage->add("SVENSKA", "sv_SE", selectedApplicationLanguage == "sv_SE");
|
||||
applicationLanguage->add("日本語", "ja_JP", selectedApplicationLanguage == "ja_JP");
|
||||
applicationLanguage->add("简体中文", "zh_CN", selectedApplicationLanguage == "zh_CN");
|
||||
|
|
|
@ -36,6 +36,7 @@ namespace Utils
|
|||
{{"it"}, {"IT"}},
|
||||
{{"ja"}, {"JP"}},
|
||||
{{"pt"}, {"BR"}},
|
||||
{{"ru"}, {"RU"}},
|
||||
{{"sv"}, {"SE"}},
|
||||
{{"zh"}, {"CN"}}};
|
||||
// clang-format on
|
||||
|
|
|
@ -6,5 +6,6 @@ fr_FR
|
|||
it_IT
|
||||
ja_JP
|
||||
pt_BR
|
||||
ru_RU
|
||||
sv_SE
|
||||
zh_CN
|
||||
|
|
2540
locale/po/ru_RU.po
Normal file
2540
locale/po/ru_RU.po
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue