import enLocale from 'element-ui/lib/locale/lang/en' import en from './en' import menu from './menu/en' import param from './param/en' import instruction from './instruction/en' import task from './task/en' import history from './history/en' import device from './device/en' import opc from './opc/en' import protocol from './protocol/en' import address from './address/en' import storageCell from './storageCell/en' import route from './route/en' import auto from './auto/en' import monitor from './monitor/en' import timing from './timing/en' import config from './config/en' import customPolicy from './customPolicy/en' export default { ...enLocale, ...en, ...menu, ...param, ...instruction, ...task, ...history, ...device, ...opc, ...protocol, ...address, ...storageCell, ...route, ...auto, ...customPolicy, ...monitor, ...timing, ...config }