| 12345678910111213141516171819 |
- const lang = {
- demo: {
- cell: {
- h4_1: 'Base Usage[{subTitle}]',
- h4_1title: 'I am a title',
- h4_1subtitle: 'I am a subtitle',
- h4_1sesc: 'description',
- h4_1link: 'with link',
- h4_1desc: 'show default ICON',
- h4_2: 'Distributing content through Slot'
- },
- dialog:{
- okBtnTxt:'aa1',
- CancelBtnTxt:'aa2'
- }
- }
- }
- export default lang
|