add internationalization 15/27915/1
authorLvbo163 <lv.bo163@zte.com.cn>
Thu, 11 Jan 2018 02:57:14 +0000 (10:57 +0800)
committerLvbo163 <lv.bo163@zte.com.cn>
Thu, 11 Jan 2018 02:57:14 +0000 (10:57 +0800)
commitc825e1c7a6fa1aa8f1c430384620ffd0addf25f8
tree8ac8c13f7062d1907c7f82ca364a8a0d027f6efb
parent008518dc35ded3bb6dc3e6352472b5816271f583
add internationalization

add i18n for internationalization

Issue-ID: SDC-901

Change-Id: I2784194b0fbf1f1b3de9dd03feb33d03ba495e15
Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
18 files changed:
sdc-workflow-designer-ui/package.json
sdc-workflow-designer-ui/src/app/app.component.ts
sdc-workflow-designer-ui/src/app/app.module.ts
sdc-workflow-designer-ui/src/app/components/editable-property/editable-property.component.css
sdc-workflow-designer-ui/src/app/components/editable-property/editable-property.component.html
sdc-workflow-designer-ui/src/app/components/global-notice/global-notice.component.css [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/components/global-notice/global-notice.component.html [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/components/global-notice/global-notice.component.spec.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/components/global-notice/global-notice.component.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/components/node/node.component.css
sdc-workflow-designer-ui/src/app/components/node/node.component.html
sdc-workflow-designer-ui/src/app/components/toolbar/toolbar.component.css
sdc-workflow-designer-ui/src/app/components/toolbar/toolbar.component.html
sdc-workflow-designer-ui/src/app/model/notice-type.enum.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/model/notice.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/services/notice.service.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/assets/i18n/en.json [new file with mode: 0644]
sdc-workflow-designer-ui/src/assets/i18n/zh-CN.json [new file with mode: 0644]