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,4 @@
tinymce.addI18n('en',{
codeLang: "Language",
toggleCode: "`ctrl+shift+c` toggle code"
});