perf: default lang

This commit is contained in:
archer
2023-09-05 11:44:31 +08:00
parent 7a926b7086
commit 64fde42c87
3 changed files with 21 additions and 20 deletions

View File

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