import zhLocale from 'element-ui/lib/locale/lang/zh-CN' import zh from './zh-CN' import menu from './menu/zh' import param from './param/zh' import instruction from './instruction/zh' import task from './task/zh' import history from './history/zh' import device from './device/zh' import opc from './opc/zh' import protocol from './protocol/zh' import address from './address/zh' import storageCell from './storageCell/zh' import route from './route/zh' export default { ...zhLocale, ...zh, ...menu, ...param, ...device, ...opc, ...protocol, ...address, ...storageCell, ...route, ...instruction, ...task, ...history }