Files
sist_web/src/i18n/langs/en.js
2021-12-28 19:04:48 +08:00

20 lines
374 B
JavaScript

//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