import en_US from "@/locales/en_US"; import zh_CN from "@/locales/zh_CN"; export default { en: { translation: en_US }, zh: { translation: zh_CN } }