From 110ff41b225e47b736fea112c83955a107ead905 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期二, 15 十月 2024 17:07:44 +0800
Subject: [PATCH] 代码合并--新增英文翻译切换按钮
---
UI-Project/src/lang/index.js | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/UI-Project/src/lang/index.js b/UI-Project/src/lang/index.js
index 2a371f6..e226ac6 100644
--- a/UI-Project/src/lang/index.js
+++ b/UI-Project/src/lang/index.js
@@ -1,10 +1,11 @@
-
-import { createI18n} from 'vue-i18n'
+import {createI18n} from 'vue-i18n'
import zh from "./zh"
+import py from "./py"
import en from "./en"
let messages = {
- zh:zh,
+ zh: zh,
+ py: py,
en: en
}
--
Gitblit v1.8.0