Skip to content
Snippets Groups Projects
Unverified Commit 75b2977d authored by Alexander Polyankin's avatar Alexander Polyankin Committed by GitHub
Browse files

Fixes loading moment locale for zh locale (#22454)

parent a716bd80
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,7 @@ function updateMomentLocale(locale) {
function mapToMomentLocale(locale = "") {
switch (locale) {
case "zh":
case "zh-Hans":
return "zh-cn";
default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment