src/locales/index.js
@@ -2,10 +2,12 @@ import VueI18n from "vue-i18n"; import en from "./en.json"; import india from "@/locales/hi.json"; import tw from "@/locales/cht.json"; import zh from "@/locales/zh.json"; import ty from "@/locales/th.json"; import ry from "@/locales/jp.json"; import hy from "@/locales/kor.json"; import de from "@/locales/de.json"; import fra from "@/locales/fra.json"; Vue.use(VueI18n); @@ -19,12 +21,18 @@ hi: { ...india }, "zh-TW": { ...tw 'zh-CN': { ...zh }, th: { ...ty }, fr: { ...fra }, de: { ...de }, ja: { ...ry },