1
PC-20250623MANY\Administrator
2025-08-23 943ab2d1bcf05c88ad1fc5b9ac0d1c3b6450fab1
src/lang/index.js
@@ -4,6 +4,7 @@
import india from "./hi.json";
import zh from "./zh.json";
import es from "./es.json";
import cht from "./cht.json";
Vue.use(VueI18n);
@@ -14,5 +15,6 @@
    en, // 英文语言包
    hi: india, // 印度语言包
    es, // 西班牙语言包
    "zh-Hant": cht, // 繁体中文语言包
  },
});