X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Fplaceholder%2Fplugin.js;h=503f08acf4cf6e4af02bd52f68ef7110d7f65766;hp=fd1380684ef9a72113a72476b4b551840272f106;hb=4e90e78dc97789709ee7404359a5517540c27553;hpb=8f6c203fdaa543c3bca40baea6ae4ddcdf1a77f5 diff --git a/_source/plugins/placeholder/plugin.js b/_source/plugins/placeholder/plugin.js index fd13806..503f08a 100644 --- a/_source/plugins/placeholder/plugin.js +++ b/_source/plugins/placeholder/plugin.js @@ -14,7 +14,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license CKEDITOR.plugins.add( 'placeholder', { requires : [ 'dialog' ], - lang : [ 'en' ], + lang : [ 'en', 'he' ], init : function( editor ) { var lang = editor.lang.placeholder;