refactor(i18n): tidy fields

This commit is contained in:
三咲智子 2022-11-29 00:55:05 +08:00
parent 96acbacf55
commit ed0b78857c
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
7 changed files with 19 additions and 13 deletions

View file

@ -82,7 +82,7 @@ export default defineNuxtConfig({
file: 'zh-CN.json',
name: '简体中文',
},
],
].sort((a, b) => a.code.localeCompare(b.code)),
strategy: 'no_prefix',
detectBrowserLanguage: false,
// TODO: