From bfb40fbb48cffd2bd996aed21abb44a497115272 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Fri, 19 Apr 2024 06:05:18 +0800
Subject: [PATCH] 111
---
src/locales/index.js | 15 +++++++--------
1 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/src/locales/index.js b/src/locales/index.js
index 7e608cb..0c7a7c6 100644
--- a/src/locales/index.js
+++ b/src/locales/index.js
@@ -1,16 +1,15 @@
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/hi.json";
+import tw from "@/locales/cht.json";
+import ty from "@/locales/th.json";
+import ry from "@/locales/jp.json";
+import hy from "@/locales/kor.json";
Vue.use(VueI18n);
-const DEFAULT_LANG = "zh-CN";
+const DEFAULT_LANG = "hi";
const LOCALE_KEY = "language";
const locales = {
--
Gitblit v1.9.3