import { LANG } from '~/config/enum' import en from './en' import zh from './zh' export default { [LANG.EN]: en, [LANG.ZH]: zh, }