From 335dfbdf38b9e37c1383da28232ee725bb92185e Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Sun, 10 Aug 2025 18:12:24 +0800
Subject: [PATCH] 1
---
src/lang/index.js | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/lang/index.js b/src/lang/index.js
index 30ab8b7..98f753d 100644
--- a/src/lang/index.js
+++ b/src/lang/index.js
@@ -4,6 +4,7 @@
import india from "./hi.json";
import zh from "./zh.json";
import es from "./es.json";
+import cht from "./cht.json";
Vue.use(VueI18n);
@@ -14,5 +15,6 @@
en, // 英文语言包
hi: india, // 印度语言包
es, // 西班牙语言包
+ "zh-Hant": cht, // 繁体中文语言包
},
});
--
Gitblit v1.9.3