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.js
7 lines
(6 loc)
•
200 B
JavaScript
View Raw
1
2
3
4
5
6
7
CKEDITOR.plugins.
setLang
(
'shortUrl'
,
'zh'
, {
title
:
'短網址轉換'
,
empty_error
:
'網址不能為空'
,
max_error
:
'添加的短網址達到上限'
,
toolbar
:
'短網址'
} );