perf: i18n (#3268)

* perf: i18n

* update
This commit is contained in:
Archer
2024-11-28 16:42:57 +08:00
committed by GitHub
parent 0d30b7ba73
commit 78f52a7836
12 changed files with 8 additions and 7 deletions

View File

@@ -5,8 +5,8 @@
module.exports = {
i18n: {
defaultLocale: 'zh-CN',
locales: ['en', 'zh-CN', 'zh-TW'],
defaultLocale: 'en',
locales: ['en', 'zh-CN', 'zh-Hant'],
localeDetection: false
},
localePath: