Skip to content

Commit

Permalink
Merge pull request mycolorway#393 from belowfrog/master
Browse files Browse the repository at this point in the history
fix translate issue
  • Loading branch information
farthinker committed Jan 9, 2016
2 parents 1d7d792 + ba794f6 commit 7aade69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/simditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -2684,8 +2684,8 @@ Simditor.i18n = {
'linkText': '链接文字',
'linkUrl': '链接地址',
'linkTarget': '打开方式',
'openLinkInCurrentWindow': '在新窗口中打开',
'openLinkInNewWindow': '在当前窗口中打开',
'openLinkInCurrentWindow': '在当前窗口中打开',
'openLinkInNewWindow': '在新窗口中打开',
'removeLink': '移除链接',
'ol': '有序列表',
'ul': '无序列表',
Expand Down
4 changes: 2 additions & 2 deletions src/i18n.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Simditor.i18n =
'linkText': '链接文字'
'linkUrl': '链接地址'
'linkTarget': '打开方式'
'openLinkInCurrentWindow': '在新窗口中打开'
'openLinkInNewWindow': '在当前窗口中打开'
'openLinkInCurrentWindow': '在当前窗口中打开'
'openLinkInNewWindow': '在新窗口中打开'
'removeLink': '移除链接'
'ol': '有序列表'
'ul': '无序列表'
Expand Down

0 comments on commit 7aade69

Please sign in to comment.