diff --git a/loc/index.js b/loc/index.js index 655a9ae44..0abc63f66 100644 --- a/loc/index.js +++ b/loc/index.js @@ -20,7 +20,7 @@ dayjs.extend(relativeTime); case 'it': require('dayjs/locale/it'); break; - case 'it': + case 'zh-cn': require('dayjs/locale/zh-cn'); break; case 'ru':