Commit 4e0bd1ca authored by tyyin lan's avatar tyyin lan

chore(多语言): 切换默认语言

parent 074e3462
...@@ -15,5 +15,5 @@ ...@@ -15,5 +15,5 @@
"src/locales", "src/locales",
"src/locales/langs" "src/locales/langs"
], ],
"i18n-ally.sourceLanguage": "zh-hk", "i18n-ally.sourceLanguage": "zh-cn",
} }
...@@ -4,8 +4,8 @@ import messages from './messages' ...@@ -4,8 +4,8 @@ import messages from './messages'
const i18n = createI18n({ const i18n = createI18n({
legacy: false, legacy: false,
locale: 'zh-HK', locale: 'zh-CN',
fallbackLocale: 'zh-CN', fallbackLocale: 'zh-HK',
messages, messages,
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment