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';