X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Fdevtools%2Fplugin.js;h=255b1c369ba8e4762c60d7fda755feae0fc6c801;hp=6067138c9775125e038066d6f95e782cf4bc484f;hb=2f22c0c38f17e75be5541089076885442aaa2377;hpb=e73319a12b56100b29ef456fd74114fe5519e01c diff --git a/_source/plugins/devtools/plugin.js b/_source/plugins/devtools/plugin.js index 6067138..255b1c3 100644 --- a/_source/plugins/devtools/plugin.js +++ b/_source/plugins/devtools/plugin.js @@ -1,11 +1,11 @@ /* -Copyright (c) 2003-2011, 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( 'devtools', { - lang : [ 'en' ], + lang : [ 'bg', 'cs', 'cy', 'da', 'de', 'el', 'en', 'eo', 'et', 'fa', 'fi', 'fr', 'gu', 'he', 'hr', 'it', 'nb', 'nl', 'no', 'pl', 'tr', 'ug', 'uk', 'vi', 'zh-cn' ], init : function( editor ) {