| | |
| | | import Vue from "vue"; |
| | | import VueI18n from "vue-i18n"; |
| | | import en from "./en.js"; |
| | | // import en from "./zh.js"; |
| | | import india from "@/locales/india"; |
| | | import tw from "@/locales/tw"; |
| | | import ty from "@/locales/taiyu.js"; |
| | | import ry from "@/locales/riyu.js"; |
| | | import hy from "@/locales/hanyu.js"; |
| | | import en from "./en.json"; |
| | | import india from "@/locales/india.json"; |
| | | import tw from "@/locales/tw.json"; |
| | | import ty from "@/locales/taiyu.json"; |
| | | import ry from "@/locales/riyu.json"; |
| | | import hy from "@/locales/hanyu.json"; |
| | | |
| | | Vue.use(VueI18n); |
| | | |