//en.js import enLocale from 'element-ui/lib/locale/lang/en' const en = { message: { 'hello': 'hello, world', 'switch': '简体中文', 'test':'test', 'student':'student', 'staff':'staff', 'alumni':'alumni', 'examine':'examine', 'Services portal':'Services portal', 'news_center':'News Center', }, ...enLocale } export default en