add:西班牙

This commit is contained in:
zhangzq
2024-12-20 11:28:59 +08:00
parent fba29e0abc
commit b9ca914824
4 changed files with 10 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ import VueI18n from 'vue-i18n'
import locale from 'element-ui/lib/locale'
import zh from './langs/chinese'
import en from './langs/english'
import vietnamese from './langs/Vietnamese'
import es from './langs/Espana'
Vue.use(VueI18n)
const messages = {
en: {
@@ -12,8 +12,8 @@ const messages = {
zh: {
...zh
},
vi: {
...vietnamese
es: {
...es
}
}
const i18n = new VueI18n({