1
PC-20250623MANY\Administrator
2025-08-09 47d2e74ddff53a4865cb98f893ec623a60d2b5fb
src/locales/index.js
@@ -3,6 +3,7 @@
import en from "./en.json";
import india from "@/locales/hi.json";
import zh from "@/locales/zh.json";
import cht from "@/locales/cht.json";
import ty from "@/locales/th.json";
import ry from "@/locales/jp.json";
import hy from "@/locales/kor.json";
@@ -22,8 +23,11 @@
  hi: {
    ...india
  },
  'zh-CN': {
  "zh-CN": {
    ...zh
  },
  "zh-Hant": {
    ...cht
  },
  th: {
    ...ty
@@ -42,7 +46,7 @@
  },
  es: {
    ...es
  },
  }
};
// en-us  zh-cn
// let langLocale = getCookie(LOCALE_KEY) || 'en';