This commit is contained in:
lealife
2017-03-07 13:38:04 +08:00
parent 41f95cf0e5
commit 721e375d76
74 changed files with 15806 additions and 353 deletions

View File

@ -0,0 +1,4 @@
tinymce.addI18n('en',{
codeLang: "Language",
toggleCode: "`ctrl+shift+c` toggle code"
});

View File

@ -0,0 +1,4 @@
tinymce.addI18n('zh',{
codeLang: "代码语言",
toggleCode: "ctrl+shift+c 切换代码"
});