UNPKG
vega-ckeditor
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
CKEditor-based implementation and add some plugins
ckeditor.com
vega-ckeditor
/
plugins
/
shortUrl
/
lang
/
zh-cn.js
7 lines
(6 loc)
•
206 B
JavaScript
View Raw
1
2
3
4
5
6
7
CKEDITOR.plugins.
setLang
(
'shortUrl'
,
'zh-cn'
, {
title
:
'短网址转换'
,
empty_error
:
'网址不能为空'
,
max_error
:
'添加的短网址达到上限'
,
toolbar
:
'短网址'
} );