- Fix: Add images (and references) for fallback (#135)

- Fix (canvg): blur export fix
- i18n (Chinese): A few fixes (#135)
- Optimize: Further image optimizing
- Refactoring: Avoid custom JS substitution syntax
- Refactoring: Reorder default extension list
This commit is contained in:
Brett Zamir
2018-05-28 22:00:20 +08:00
parent 5ad6e6ba48
commit acb57c1609
111 changed files with 372 additions and 155 deletions

View File

@@ -2,19 +2,19 @@ export default {
lang: 'zh-CN',
dir: 'ltr',
common: {
ok: 'OK',
cancel: 'Cancel',
key_backspace: 'Backspace',
key_del: 'Del',
key_down: 'Down',
key_up: 'Up',
more_opts: 'more_opts',
url: 'url',
width: 'width',
height: 'height'
ok: '确定',
cancel: '取消',
key_backspace: '退格',
key_del: '删除',
key_down: '',
key_up: '',
more_opts: '更多选项',
url: 'URL',
width: '宽度',
height: '高度'
},
misc: {
powered_by: 'powered_by'
powered_by: 'Powered by'
},
ui: {
toggle_stroke_tools: 'toggle_stroke_tools',

View File

@@ -2,7 +2,7 @@ export default {
lang: 'zh-HK',
dir: 'ltr',
common: {
ok: 'OK',
ok: '确定',
cancel: 'Cancel',
key_backspace: 'Backspace',
key_del: 'Del',

View File

@@ -2,9 +2,9 @@ export default {
lang: 'zh-TW',
dir: 'ltr',
common: {
ok: 'OK',
ok: '确定',
cancel: 'Cancel',
key_backspace: 'Backspace',
key_backspace: 'backspace',
key_del: 'Del',
key_down: 'Down',
key_up: 'Up',