fix Chinese language locale bug

According to the definition of [BCP 47](https://www.ietf.org/rfc/bcp/bcp47.txt), the Chinese language version is "zh-*".
This commit is contained in:
张云龙
2020-02-09 12:02:15 +08:00
committed by GitHub
parent 1613cf8703
commit 589f47be18
+1 -1
View File
@@ -52,7 +52,7 @@ const messages =
'el' : messagesGreek,
'ro' : messagesRomanian,
'pt' : messagesPortuguese,
'cn' : messagesChinese,
'zh' : messagesChinese,
'es' : messagesSpanish
};