From 042ab9539dca1f431d71d62ac83e9d9a5abe9352 Mon Sep 17 00:00:00 2001 From: dcc <dcc@163.com> Date: Fri, 17 May 2024 18:36:30 +0800 Subject: [PATCH] 增加印度股票以及印度股票账户,打开大宗交易已经新股页面 这里都放出来,增加贷款 --- 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