From eee501df08a1f149a2051384d510cfd404ef4ebc Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Fri, 13 Jun 2025 14:32:59 +0800
Subject: [PATCH] 1
---
src/i18n/index.js | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/i18n/index.js b/src/i18n/index.js
index e300d73..0699791 100644
--- a/src/i18n/index.js
+++ b/src/i18n/index.js
@@ -19,6 +19,7 @@
import arLocale from "./ar";
import viLocale from "./vi";
import ItalyLocal from './Italy'
+import esLocal from './es'
// 使用vue-i18n库
Vue.use(VueI18n)
@@ -68,6 +69,9 @@
'Italy': {
...ItalyLocal
},
+ 'es':{
+ ...esLocal
+ }
}
// 创建vueI18n实例并输出,在main.js中调用
const i18n = new VueI18n({
--
Gitblit v1.9.3