import en from './en-US.json'; import zhHans from './zh-CN.json'; export default { 'zh-CN': zhHans, 'en-US': en, }