From 6bb4ef66ebef1038ce94c3c21adaadc551d37a71 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Sun, 18 Jan 2026 14:03:41 +0800
Subject: [PATCH] 1
---
src/locales/index.js | 15 +++++++++++----
1 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/src/locales/index.js b/src/locales/index.js
index b2f776b..da34c98 100644
--- a/src/locales/index.js
+++ b/src/locales/index.js
@@ -3,8 +3,9 @@
import en from "./en.json";
import india from "@/locales/hi.json";
import zh from "@/locales/zh.json";
+import cht from "@/locales/cht.json";
import ty from "@/locales/th.json";
-import ry from "@/locales/jp.json";
+import jp from "@/locales/jp.json";
import hy from "@/locales/kor.json";
import de from "@/locales/de.json";
import fra from "@/locales/fra.json";
@@ -22,8 +23,11 @@
hi: {
...india
},
- 'zh-CN': {
+ "zh-CN": {
...zh
+ },
+ "zh-Hant": {
+ ...cht
},
th: {
...ty
@@ -35,14 +39,17 @@
...de
},
ja: {
- ...ry
+ ...jp
+ },
+ jp: {
+ ...jp
},
ko: {
...hy
},
es: {
...es
- },
+ }
};
// en-us zh-cn
// let langLocale = getCookie(LOCALE_KEY) || 'en';
--
Gitblit v1.9.3