1
PC-20250623MANY\Administrator
2025-08-10 335dfbdf38b9e37c1383da28232ee725bb92185e
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, // 繁体中文语言包
  },
});