Skip to content

Commit

Permalink
Add Traditional Chinese language
Browse files Browse the repository at this point in the history
  • Loading branch information
w8tcha committed Aug 17, 2017
1 parent f0b091a commit b29a29d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions wordcount/lang/zh.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('wordcount', 'zh', {
WordCount: '詞數:',
CharCount: '字數:',
CharCountWithHTML: '字數 (含HTML)',
Paragraphs: '段落:',
pasteWarning: '由於字數達到上限,內容不能粘貼',
Selected: '已選擇: ',
title: '統計'
});
2 changes: 1 addition & 1 deletion wordcount/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

CKEDITOR.plugins.add("wordcount", {
lang: "ar,ca,cs,da,de,el,en,es,eu,fa,fi,fr,he,hr,hu,it,ja,nl,no,pl,pt,pt-br,ru,sk,sv,tr,zh-cn", // %REMOVE_LINE_CORE%
lang: "ar,ca,cs,da,de,el,en,es,eu,fa,fi,fr,he,hr,hu,it,ja,nl,no,pl,pt,pt-br,ru,sk,sv,tr,zh-cn,zh", // %REMOVE_LINE_CORE%
version: 1.17,
requires: 'htmlwriter,notification,undo',
bbcodePluginLoaded: false,
Expand Down

0 comments on commit b29a29d

Please sign in to comment.