1
PC-20250623MANY\Administrator
2025-07-26 35ba5f69dc6f207e73c99af9c46e0820a7388852
src/locales/index.js
@@ -8,6 +8,7 @@
import hy from "@/locales/kor.json";
import de from "@/locales/de.json";
import fra from "@/locales/fra.json";
import es from "@/locales/es.json";
Vue.use(VueI18n);
@@ -38,7 +39,10 @@
  },
  ko: {
    ...hy
  }
  },
  es: {
    ...es
  },
};
// en-us  zh-cn
// let langLocale = getCookie(LOCALE_KEY) || 'en';