diff --git a/lang/uk.js b/lang/uk.js new file mode 100644 index 0000000..f3c81c6 --- /dev/null +++ b/lang/uk.js @@ -0,0 +1,17 @@ +/** + * @author: Önder Ceylan + * @copyright Copyright (c) 2013 - Önder Ceylan. All rights reserved. + * @license Licensed under the terms of GPL, LGPL and MPL licenses. + * @version 1.0 + * + * Date: 5/10/13 + * Time: 9:45 AM + */ + +// set CKeditor lang +CKEDITOR.plugins.setLang( 'texttransform', 'uk', { + transformTextSwitchLabel: 'Змінити регістр тексту', + transformTextToLowercaseLabel: 'Перетворити текст у нижній регістр', + transformTextToUppercaseLabel: 'Перетворити текст у верхній регістр', + transformTextCapitalizeLabel: 'Починати з великої літери' +}); diff --git a/plugin.js b/plugin.js index 682a153..ad00e21 100644 --- a/plugin.js +++ b/plugin.js @@ -9,7 +9,7 @@ CKEDITOR.plugins.add('texttransform', { // define lang codes for available lang files here - lang: 'en,tr,fr,es,bg', + lang: 'en,tr,fr,es,bg,uk', // plugin initialise init: function(editor)