zhoushihao
2025-06-06 4e3b8155722b66e25df3c6fd42cc586b68dea391
UI-Project/src/lang/index.js
@@ -1,10 +1,12 @@
import { createI18n}  from 'vue-i18n'
import zh from "./zh"
import py from "./py"
import en from "./en"
let messages = {
    zh:zh,
    py:py,
    en: en
}