国际化
This commit is contained in:
@@ -39,7 +39,7 @@ const i18n = createI18n({
|
||||
allowComposition: true,
|
||||
legacy: false,
|
||||
locale: defLanguage, // 设置默认语言
|
||||
fallbackLocale: 'zh', // 设置备用语言
|
||||
fallbackLocale: 'zh-CN', // 设置备用语言
|
||||
messages: messages // 设置资源文件对象
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user