editor i18n

This commit is contained in:
life
2014-05-10 16:28:09 +08:00
parent 3baa31d44c
commit 0e45f2c17f
11 changed files with 385 additions and 5 deletions

View File

@ -0,0 +1,8 @@
tinymce.addI18n('zh',{
'HTML source code': 'HTML源码',
'Start search': '查找',
'Find next': '下一个',
'Find previous': '前一个',
'Replace': '替换',
'Replace all': '替换所有'
});