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