import { button, data, dialog, error, footer, placeHolder, sidebar, table, tooltip, viewTitle } from './modules' export default { button: button.zhCn, sidebar: sidebar.zhCn, viewTitle: viewTitle.zhCn, table: table.zhCn, dialog: dialog.zhCn, tooltip: tooltip.zhCn, error: error.zhCn, placeHolder: placeHolder.zhCn, data: data.zhCn, footer: footer.zhCn, }