Skip to content

Commit fad8193

Browse files
committed
Chinese support on issue #1.
1 parent a9ae665 commit fad8193

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/locales/bootstrap-wysihtml5.zh-CN.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
},
2727
image: {
2828
insert: "插入图片",
29-
cancel: "取消"
29+
cancel: "取消",
30+
usage: "输入图片连结、将图片拖曳到此或上传图片"
3031
},
3132
html: {
3233
edit: "HTML代码"
@@ -45,4 +46,4 @@
4546
orange: "橙色"
4647
}
4748
};
48-
}(jQuery));
49+
}(jQuery));

src/locales/bootstrap-wysihtml5.zh-TW.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
},
2727
image: {
2828
insert: "插入圖片連結",
29-
cancel: "取消"
29+
cancel: "取消",
30+
usage: "輸入圖片連結、將圖片拖曳到此、或上傳圖片"
3031
},
3132
html: {
3233
edit: "HTML原始碼"
@@ -45,4 +46,4 @@
4546
orange: "橙色"
4647
}
4748
};
48-
}(jQuery));
49+
}(jQuery));

0 commit comments

Comments
 (0)