]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blobdiff - sources/plugins/image/plugin.js
Update to 4.7.3
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / plugins / image / plugin.js
index 13945102e1da27af5b8574886e575739641f3c61..507ce0a98ba16e3252906c78dadc747b7cde21a8 100644 (file)
        CKEDITOR.plugins.add( 'image', {\r
                requires: 'dialog',\r
                // jscs:disable maximumLineLength\r
-               lang: 'af,ar,az,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,oc,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
+               lang: 'af,ar,az,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,es-mx,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,oc,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%\r
                // jscs:enable maximumLineLength\r
                icons: 'image', // %REMOVE_LINE_CORE%\r
                hidpi: true, // %REMOVE_LINE_CORE%\r
                init: function( editor ) {\r
                        // Abort when Image2 is to be loaded since both plugins\r
-                       // share the same button, command, etc. names (#11222).\r
+                       // share the same button, command, etc. names (http://dev.ckeditor.com/ticket/11222).\r
                        if ( editor.plugins.image2 )\r
                                return;\r
 \r
                },\r
                afterInit: function( editor ) {\r
                        // Abort when Image2 is to be loaded since both plugins\r
-                       // share the same button, command, etc. names (#11222).\r
+                       // share the same button, command, etc. names (http://dev.ckeditor.com/ticket/11222).\r
                        if ( editor.plugins.image2 )\r
                                return;\r
 \r
-                       // Customize the behavior of the alignment commands. (#7430)\r
+                       // Customize the behavior of the alignment commands. (http://dev.ckeditor.com/ticket/7430)\r
                        setupAlignCommand( 'left' );\r
                        setupAlignCommand( 'right' );\r
                        setupAlignCommand( 'center' );\r