From cc0365fd9fa579d01723b4ca7878629ff4d8ed69 Mon Sep 17 00:00:00 2001 From: zzzz <690498789@qq.com> Date: Thu, 18 Apr 2024 10:58:20 +0800 Subject: [PATCH] 1 --- src/locales/index.js | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/locales/index.js b/src/locales/index.js index 7e608cb..ea7aa1d 100644 --- a/src/locales/index.js +++ b/src/locales/index.js @@ -1,12 +1,11 @@ import Vue from "vue"; import VueI18n from "vue-i18n"; -import en from "./en.js"; -// import en from "./zh.js"; -import india from "@/locales/india"; -import tw from "@/locales/tw"; -import ty from "@/locales/taiyu.js"; -import ry from "@/locales/riyu.js"; -import hy from "@/locales/hanyu.js"; +import en from "./en.json"; +import india from "@/locales/india.json"; +import tw from "@/locales/tw.json"; +import ty from "@/locales/taiyu.json"; +import ry from "@/locales/riyu.json"; +import hy from "@/locales/hanyu.json"; Vue.use(VueI18n); -- Gitblit v1.9.3