mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-26 08:05:38 +00:00
Renamed the zh_rCN locale to zh_CN
This commit is contained in:
parent
bb9b09ef89
commit
59507ecc0c
|
@ -27,8 +27,11 @@ namespace Utils
|
||||||
{
|
{
|
||||||
namespace Localization
|
namespace Localization
|
||||||
{
|
{
|
||||||
const std::vector<std::pair<std::string, std::string>> sSupportedLocales {
|
// clang-format off
|
||||||
{{"en"}, {"US"}}, {{"sv"}, {"SE"}}, {{"zh"}, {"rCN"}}};
|
const std::vector<std::pair<std::string, std::string>> sSupportedLocales {{{"en"}, {"US"}},
|
||||||
|
{{"sv"}, {"SE"}},
|
||||||
|
{{"zh"}, {"CN"}}};
|
||||||
|
// clang-format on
|
||||||
float sMenuTitleScaleFactor {1.0f};
|
float sMenuTitleScaleFactor {1.0f};
|
||||||
|
|
||||||
std::pair<std::string, std::string> getLocale()
|
std::pair<std::string, std::string> getLocale()
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
en_US
|
en_US
|
||||||
sv_SE
|
sv_SE
|
||||||
zh_rCN
|
zh_CN
|
||||||
|
|
|
@ -11,7 +11,7 @@ msgstr ""
|
||||||
"PO-Revision-Date: 2024-07-04 17:14+0200\n"
|
"PO-Revision-Date: 2024-07-04 17:14+0200\n"
|
||||||
"Last-Translator: Northwestern Software <info@es-de.org>\n"
|
"Last-Translator: Northwestern Software <info@es-de.org>\n"
|
||||||
"Language-Team: 简体中文 <info@es-de.org>\n"
|
"Language-Team: 简体中文 <info@es-de.org>\n"
|
||||||
"Language: zh_rCN\n"
|
"Language: zh_CN\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
Loading…
Reference in a new issue