cevuel-cli
Version:
Create element-ui project with vue<br/> Help you build a new project faster with configuration and title
17 lines (16 loc) • 761 B
JavaScript
import enLocale from 'element-ui/lib/locale/lang/en'
export default {
i18n: {
breadcrumb: 'International Products',
tips: 'Click on the button to change the current language. ',
btn: 'Switch Chinese',
title1: 'Common usage',
p1: "If you reveal your secrets to the wind you should not blame the wind for revealing them to the trees.",
p2: "Nothing can help us endure dark times better than our faith. ",
p3: "If you can do what you do best and be happy, you're further along in life than most people.",
title2: 'Component interpolation',
info: 'The default language of Element is Chinese. If you wish to use another language, please refer to the {action}.',
value: 'documentation'
},
...enLocale
}