vendor/assets/javascripts/ckeditor/plugins/notification/plugin.js in glebtv-ckeditor-4.5.10.3 vs vendor/assets/javascripts/ckeditor/plugins/notification/plugin.js in glebtv-ckeditor-4.6.0

- old
+ new

@@ -1,7 +1,7 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ /** * @fileOverview The "Notification" plugin. @@ -9,10 +9,10 @@ */ 'use strict'; CKEDITOR.plugins.add( 'notification', { - lang: 'cs,da,de,de-ch,en,eo,eu,fr,gl,id,it,ko,ku,nb,nl,pl,pt-br,ru,sv,tr,ug,uk,zh,zh-cn', // %REMOVE_LINE_CORE% + lang: 'az,ca,cs,da,de,de-ch,en,eo,es,eu,fr,gl,id,it,ja,km,ko,ku,nb,nl,oc,pl,pt,pt-br,ru,sv,tr,ug,uk,zh,zh-cn', // %REMOVE_LINE_CORE% requires: 'toolbar', init: function( editor ) { editor._.notificationArea = new Area( editor );