X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Fuicolor%2Fplugin.js;h=9472274d510dcadb49cca8fb5b68665570dee2dc;hb=fb481ba0a7d298e3e7b9034fcb9f2afdc6e8e796;hp=2b7dc002a51c2086438974b9e7ecfcc8ba6559a1;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/plugins/uicolor/plugin.js b/_source/plugins/uicolor/plugin.js index 2b7dc00..9472274 100644 --- a/_source/plugins/uicolor/plugin.js +++ b/_source/plugins/uicolor/plugin.js @@ -1,12 +1,12 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.plugins.add( 'uicolor', { requires : [ 'dialog' ], - lang : [ 'en' ], + lang : [ 'bg', 'cs', 'cy', 'da', 'de', 'el', 'en', 'eo', 'et', 'fa', 'fi', 'fr', 'he', 'hr', 'it', 'ku', 'mk', 'nb', 'nl', 'no', 'pl', 'pt-br', 'sk', 'tr', 'ug', 'uk', 'vi', 'zh-cn' ], init : function( editor ) { @@ -24,11 +24,13 @@ CKEDITOR.plugins.add( 'uicolor', // Load YUI js files. CKEDITOR.scriptLoader.load( CKEDITOR.getUrl( + '_source/' + // @Packager.RemoveLine 'plugins/uicolor/yui/yui.js' )); // Load YUI css files. editor.element.getDocument().appendStyleSheet( CKEDITOR.getUrl( + '_source/' + // @Packager.RemoveLine 'plugins/uicolor/yui/assets/yui.css' )); }