CD配唱片
2025-04-28 d0556979c5c9d3d16e32d2d8aa264f60287e9b19
src/utils/i18n/index.js
@@ -4,7 +4,10 @@
import zh from './locales/zh.json' // 中文语言包
 
const i18n = createI18n({
  locale: 'en', // 设置默认语言为英文
  locale: 'zh', // 设置默认语言为中文
  fallbackLocale: 'ch',
  globalInjection:true,
  legacy: false, // you must specify 'legacy: false' option
  messages: {
    en,
    zh,