Files
sist_web/src/i18n/langs/en.js
clay 43b9044f89 11
2021-12-28 14:04:36 +08:00

19 lines
341 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',
},
...enLocale
}
export default en