From fc5ec7167a7d371d2cd945656bb63c7b5267a6c7 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Thu, 18 Apr 2024 15:24:17 +0800
Subject: [PATCH] build:preview
---
src/locales/index.js | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/locales/index.js b/src/locales/index.js
index ea7aa1d..0c7a7c6 100644
--- a/src/locales/index.js
+++ b/src/locales/index.js
@@ -1,15 +1,15 @@
import Vue from "vue";
import VueI18n from "vue-i18n";
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";
+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