zhoushihao
2025-09-05 f4390f7fc1185bf87e7d2dc641ec3032a792b83b
UI-Project/src/lang/index.js
@@ -2,11 +2,13 @@
import { createI18n}  from 'vue-i18n'
import zh from "./zh"
import py from "./py"
import kr from "./kr"
import en from "./en"
let messages = {
    zh:zh,
    py:py,
    kr:kr,
    en: en
}