111
zzzz
2024-04-19 bfb40fbb48cffd2bd996aed21abb44a497115272
src/locales/index.js
@@ -1,16 +1,15 @@
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/hi.json";
import tw from "@/locales/cht.json";
import ty from "@/locales/th.json";
import ry from "@/locales/jp.json";
import hy from "@/locales/kor.json";
Vue.use(VueI18n);
const DEFAULT_LANG = "zh-CN";
const DEFAULT_LANG = "hi";
const LOCALE_KEY = "language";
const locales = {