X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Fplaceholder%2Fplugin.js;h=503f08acf4cf6e4af02bd52f68ef7110d7f65766;hb=4e90e78dc97789709ee7404359a5517540c27553;hp=fd1380684ef9a72113a72476b4b551840272f106;hpb=48b1db88210b4160dce439c6e3e32e14af8c106b;p=ckeditor.git 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;