From c4e2726622015d0a4a2372961a40b640a4f00e0d Mon Sep 17 00:00:00 2001 From: advplyr <67830747+advplyr@users.noreply.github.com> Date: Mon, 30 Jan 2023 08:42:56 -0600 Subject: [PATCH] Update client/plugins/i18n.js --- client/plugins/i18n.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/plugins/i18n.js b/client/plugins/i18n.js index 50ff6af1..3817a2c5 100644 --- a/client/plugins/i18n.js +++ b/client/plugins/i18n.js @@ -12,7 +12,7 @@ const languageCodeMap = { 'hr': { label: 'Hrvatski', dateFnsLocale: 'hr' }, 'it': { label: 'Italiano', dateFnsLocale: 'it' }, 'pl': { label: 'Polski', dateFnsLocale: 'pl' }, - 'zh-cn': { label: '简体中文 (Simplified Chinese)', dateFnsLocale: 'znCN' }, + 'zh-cn': { label: '简体中文 (Simplified Chinese)', dateFnsLocale: 'zhCN' }, } Vue.prototype.$languageCodeOptions = Object.keys(languageCodeMap).map(code => { return {