Przeglądaj źródła

Merge tag 'v1.0.0-beta.1' into stable

Release: v1.0.0-beta.1.
Piotrek Koszuliński 7 lat temu
rodzic
commit
d4fcffa4dc
56 zmienionych plików z 164 dodań i 53 usunięć
  1. 1 0
      packages/ckeditor5-build-balloon/.gitignore
  2. 43 0
      packages/ckeditor5-build-balloon/CHANGELOG.md
  3. 1 1
      packages/ckeditor5-build-balloon/LICENSE.md
  4. 1 1
      packages/ckeditor5-build-balloon/README.md
  5. 1 1
      packages/ckeditor5-build-balloon/bin/create-entry-file.js
  6. 11 8
      packages/ckeditor5-build-balloon/build-config.js
  7. 1 1
      packages/ckeditor5-build-balloon/build/ckeditor.js
  8. 0 0
      packages/ckeditor5-build-balloon/build/ckeditor.js.map
  9. 1 0
      packages/ckeditor5-build-balloon/build/translations/ast.js
  10. 1 0
      packages/ckeditor5-build-balloon/build/translations/bg.js
  11. 1 0
      packages/ckeditor5-build-balloon/build/translations/da.js
  12. 1 0
      packages/ckeditor5-build-balloon/build/translations/de.js
  13. 1 0
      packages/ckeditor5-build-balloon/build/translations/el.js
  14. 1 0
      packages/ckeditor5-build-balloon/build/translations/en-au.js
  15. 1 0
      packages/ckeditor5-build-balloon/build/translations/eo.js
  16. 1 0
      packages/ckeditor5-build-balloon/build/translations/es.js
  17. 1 0
      packages/ckeditor5-build-balloon/build/translations/et.js
  18. 1 0
      packages/ckeditor5-build-balloon/build/translations/eu.js
  19. 1 0
      packages/ckeditor5-build-balloon/build/translations/fi.js
  20. 1 0
      packages/ckeditor5-build-balloon/build/translations/fr.js
  21. 1 0
      packages/ckeditor5-build-balloon/build/translations/gl.js
  22. 1 0
      packages/ckeditor5-build-balloon/build/translations/gu.js
  23. 1 0
      packages/ckeditor5-build-balloon/build/translations/hr.js
  24. 1 0
      packages/ckeditor5-build-balloon/build/translations/hu.js
  25. 1 0
      packages/ckeditor5-build-balloon/build/translations/it.js
  26. 1 0
      packages/ckeditor5-build-balloon/build/translations/ja.js
  27. 1 0
      packages/ckeditor5-build-balloon/build/translations/km.js
  28. 1 0
      packages/ckeditor5-build-balloon/build/translations/kn.js
  29. 1 0
      packages/ckeditor5-build-balloon/build/translations/ko.js
  30. 1 0
      packages/ckeditor5-build-balloon/build/translations/ku.js
  31. 1 0
      packages/ckeditor5-build-balloon/build/translations/nb.js
  32. 1 0
      packages/ckeditor5-build-balloon/build/translations/ne.js
  33. 1 0
      packages/ckeditor5-build-balloon/build/translations/nl.js
  34. 1 0
      packages/ckeditor5-build-balloon/build/translations/oc.js
  35. 1 0
      packages/ckeditor5-build-balloon/build/translations/pl.js
  36. 1 0
      packages/ckeditor5-build-balloon/build/translations/pt-br.js
  37. 1 0
      packages/ckeditor5-build-balloon/build/translations/pt.js
  38. 1 0
      packages/ckeditor5-build-balloon/build/translations/ro.js
  39. 1 0
      packages/ckeditor5-build-balloon/build/translations/ru.js
  40. 1 0
      packages/ckeditor5-build-balloon/build/translations/si.js
  41. 1 0
      packages/ckeditor5-build-balloon/build/translations/sk.js
  42. 1 0
      packages/ckeditor5-build-balloon/build/translations/sq.js
  43. 1 0
      packages/ckeditor5-build-balloon/build/translations/sv.js
  44. 1 0
      packages/ckeditor5-build-balloon/build/translations/tr.js
  45. 1 0
      packages/ckeditor5-build-balloon/build/translations/tt.js
  46. 1 0
      packages/ckeditor5-build-balloon/build/translations/ug.js
  47. 1 0
      packages/ckeditor5-build-balloon/build/translations/uk.js
  48. 1 0
      packages/ckeditor5-build-balloon/build/translations/zh-cn.js
  49. 1 0
      packages/ckeditor5-build-balloon/build/translations/zh.js
  50. 21 22
      packages/ckeditor5-build-balloon/package.json
  51. 1 1
      packages/ckeditor5-build-balloon/sample/index.html
  52. 12 7
      packages/ckeditor5-build-balloon/src/ckeditor.js
  53. 12 1
      packages/ckeditor5-build-balloon/tests/ckeditor.js
  54. 1 1
      packages/ckeditor5-build-balloon/tests/manual/ckeditor-cjs-version.js
  55. 1 1
      packages/ckeditor5-build-balloon/tests/manual/ckeditor.js
  56. 16 8
      packages/ckeditor5-build-balloon/webpack.config.js

+ 1 - 0
packages/ckeditor5-build-balloon/.gitignore

@@ -1 +1,2 @@
 node_modules/
+package-lock.json

+ 43 - 0
packages/ckeditor5-build-balloon/CHANGELOG.md

@@ -1,6 +1,49 @@
 Changelog
 =========
 
+## [1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-build-balloon/compare/v1.0.0-alpha.2...v1.0.0-beta.1) (2018-03-15)
+
+### Dependencies
+
+Major releases (contain breaking changes):
+
+* [@ckeditor/ckeditor5-adapter-ckfinder](https://www.npmjs.com/package/@ckeditor/ckeditor5-adapter-ckfinder): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-adapter-ckfinder/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-autoformat](https://www.npmjs.com/package/@ckeditor/ckeditor5-autoformat): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-autoformat/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-basic-styles](https://www.npmjs.com/package/@ckeditor/ckeditor5-basic-styles): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-basic-styles/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-block-quote](https://www.npmjs.com/package/@ckeditor/ckeditor5-block-quote): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-block-quote/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-clipboard](https://www.npmjs.com/package/@ckeditor/ckeditor5-clipboard): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-clipboard/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-cloudservices](https://www.npmjs.com/package/@ckeditor/ckeditor5-cloudservices): v1.0.0-alpha.1 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-cloudservices/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-core](https://www.npmjs.com/package/@ckeditor/ckeditor5-core): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-core/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-easy-image](https://www.npmjs.com/package/@ckeditor/ckeditor5-easy-image): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-easy-image/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-editor-balloon](https://www.npmjs.com/package/@ckeditor/ckeditor5-editor-balloon): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-editor-balloon/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-engine](https://www.npmjs.com/package/@ckeditor/ckeditor5-engine): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-engine/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-enter](https://www.npmjs.com/package/@ckeditor/ckeditor5-enter): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-enter/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-essentials](https://www.npmjs.com/package/@ckeditor/ckeditor5-essentials): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-essentials/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-heading](https://www.npmjs.com/package/@ckeditor/ckeditor5-heading): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-heading/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-image](https://www.npmjs.com/package/@ckeditor/ckeditor5-image): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-image/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-link](https://www.npmjs.com/package/@ckeditor/ckeditor5-link): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-link/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-list](https://www.npmjs.com/package/@ckeditor/ckeditor5-list): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-list/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-paragraph](https://www.npmjs.com/package/@ckeditor/ckeditor5-paragraph): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-paragraph/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-theme-lark](https://www.npmjs.com/package/@ckeditor/ckeditor5-theme-lark): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-theme-lark/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-typing](https://www.npmjs.com/package/@ckeditor/ckeditor5-typing): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-typing/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-ui](https://www.npmjs.com/package/@ckeditor/ckeditor5-ui): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-ui/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-undo](https://www.npmjs.com/package/@ckeditor/ckeditor5-undo): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-undo/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-upload](https://www.npmjs.com/package/@ckeditor/ckeditor5-upload): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-upload/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-utils](https://www.npmjs.com/package/@ckeditor/ckeditor5-utils): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-utils/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-widget](https://www.npmjs.com/package/@ckeditor/ckeditor5-widget): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-widget/releases/tag/v1.0.0-beta.1)
+
+### Features
+
+Besides new features introduced by the dependencies, this version also introduces the following features:
+
+* Added the image upload button to the build. See [ckeditor/ckeditor5#870](https://github.com/ckeditor/ckeditor5/issues/870). ([a1f9451](https://github.com/ckeditor/ckeditor5-build-balloon/commit/a1f9451))
+
+### Other changes
+
+* Aligned build and `webpack.config.js` to the new Translation Service ([ckeditor/ckeditor5#624](https://github.com/ckeditor/ckeditor5/issues/624)). ([3dc566b](https://github.com/ckeditor/ckeditor5-build-balloon/commit/3dc566b))
+* Changed the webpack configuration so the styles are processed using PostCSS instead of SASS (see [ckeditor/ckeditor5-ui#144](https://github.com/ckeditor/ckeditor5-ui/issues/144)). ([480719e](https://github.com/ckeditor/ckeditor5-build-balloon/commit/480719e))
+
+
 ## [1.0.0-alpha.2](https://github.com/ckeditor/ckeditor5-build-balloon.git/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2017-11-14)
 
 ### Dependencies

+ 1 - 1
packages/ckeditor5-build-balloon/LICENSE.md

@@ -2,7 +2,7 @@ Software License Agreement
 ==========================
 
 **CKEditor 5 balloon editor build** – https://github.com/ckeditor/ckeditor5-build-balloon <br>
-Copyright (c) 2003-2017, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2018, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.
 
 Licensed under the terms of any of the following licenses at your choice:
 

+ 1 - 1
packages/ckeditor5-build-balloon/README.md

@@ -6,7 +6,7 @@ CKEditor 5 balloon editor build
 [![Dependency Status](https://david-dm.org/ckeditor/ckeditor5-build-balloon/status.svg)](https://david-dm.org/ckeditor/ckeditor5-build-balloon)
 [![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-build-balloon/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5-build-balloon?type=dev)
 
-The balloon editor build for CKEditor 5. Read more about the [balloon editor build](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/builds/guides/overview.html#Balloon-editor) and see the [demo](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/examples/builds/balloon-editor.html).
+The balloon editor build for CKEditor 5. Read more about the [balloon editor build](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/builds/guides/overview.html#balloon-editor) and see the [demo](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/examples/builds/balloon-editor.html).
 
 ## Documentation
 

+ 1 - 1
packages/ckeditor5-build-balloon/bin/create-entry-file.js

@@ -1,7 +1,7 @@
 #!/usr/bin/env node
 
 /**
- * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
  * For licensing, see LICENSE.md.
  */
 

+ 11 - 8
packages/ckeditor5-build-balloon/build-config.js

@@ -1,5 +1,5 @@
 /**
- * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
  * For licensing, see LICENSE.md.
  */
 
@@ -27,25 +27,25 @@ module.exports = {
 		'@ckeditor/ckeditor5-image/src/imagecaption',
 		'@ckeditor/ckeditor5-image/src/imagestyle',
 		'@ckeditor/ckeditor5-image/src/imagetoolbar',
+		'@ckeditor/ckeditor5-image/src/imageupload',
 		'@ckeditor/ckeditor5-link/src/link',
 		'@ckeditor/ckeditor5-list/src/list',
 		'@ckeditor/ckeditor5-paragraph/src/paragraph',
-		'@ckeditor/ckeditor5-upload/src/imageupload',
+		'@ckeditor/ckeditor5-image/src/imageupload',
 	],
 
-	// UI language. Language codes follow the https://en.wikipedia.org/wiki/ISO_639-1 format.
-	language: 'en',
-
 	// Editor config.
 	config: {
 		toolbar: {
 			items: [
-				'headings',
+				'heading',
+				'|',
 				'bold',
 				'italic',
 				'link',
 				'bulletedList',
 				'numberedList',
+				'imageUpload',
 				'blockQuote',
 				'undo',
 				'redo'
@@ -53,7 +53,10 @@ module.exports = {
 		},
 
 		image: {
-			toolbar: [ 'imageStyleFull', 'imageStyleSide', '|', 'imageTextAlternative' ]
-		}
+			toolbar: [ 'imageStyle:full', 'imageStyle:side', '|', 'imageTextAlternative' ]
+		},
+
+		// UI language. Language codes follow the https://en.wikipedia.org/wiki/ISO_639-1 format.
+		language: 'en'
 	}
 };

Plik diff jest za duży
+ 1 - 1
packages/ckeditor5-build-balloon/build/ckeditor.js


Plik diff jest za duży
+ 0 - 0
packages/ckeditor5-build-balloon/build/ckeditor.js.map


+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/ast.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('ast',{a:"Cannot upload file:",b:"Negrina",c:"Block quote",d:"Cursiva",e:"Enter image caption",f:"complementu d'imaxen",g:"Imaxen a tamañu completu",h:"Imaxen llateral",i:"Left aligned image",j:"Centered image",k:"Right aligned image",l:"Choose heading",m:"Heading",n:"Paragraph",o:"Heading 1",p:"Heading 2",q:"Heading 3",r:"Insert image",s:"Upload failed",t:"Enllazar",u:"Llista numberada",v:"Llista con viñetes",w:"Change image text alternative",x:"Desenllazar",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Guardar",ac:"Encaboxar",ad:"Link URL",ae:"Editor de testu arriquecíu, %0",af:"Desfacer",ag:"Refacer",ah:"Text alternative"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/bg.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('bg',{a:"Cannot upload file:",b:"Удебелен",c:"Цитат",d:"Курсив",e:"Enter image caption",f:"image widget",g:"Full size image",h:"Side image",i:"Left aligned image",j:"Centered image",k:"Right aligned image",l:"Choose heading",m:"Heading",n:"Параграф",o:"Heading 1",p:"Heading 2",q:"Heading 3",r:"Insert image",s:"Upload failed",t:"Link",u:"Numbered List",v:"Bulleted List",w:"Change image text alternative",x:"Unlink",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Запазване",ac:"Отказ",ad:"Link URL",ae:"Rich Text Editor, %0",af:"Undo",ag:"Redo",ah:"Text alternative"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/da.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('da',{a:"Kan ikke uploade fil:",b:"Fed",c:"Blot citat",d:"Kursiv",e:"Indtast billedoverskrift",f:"billed widget",g:"Fuld billedstørrelse",h:"Sidebillede",i:"Venstrestillet billede",j:"Centreret billede",k:"Højrestillet billede",l:"Vælg overskrift",m:"Overskrift",n:"Formattering",o:"Overskrift 1",p:"Overskrift 2",q:"Overskrift 3",r:"Indsæt billede",s:"Upload fejlede",t:"Link",u:"Opstilling med tal",v:"Punktopstilling",w:"Skift alternativ billedtekst",x:"Fjern link",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Gem",ac:"Annullér",ad:"Link URL",ae:"Wysiwyg editor, %0",af:"Fortryd",ag:"Gentag",ah:"Alternativ tekst"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/de.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('de',{a:"Datei kann nicht hochgeladen werden:",b:"Fett",c:"Blockzitat",d:"Kursiv",e:"Bildunterschrift eingeben",f:"Bild-Steuerelement",g:"Bild in voller Größe",h:"Seitenbild",i:"linksbündiges Bild",j:"zentriertes Bild",k:"rechtsbündiges Bild",l:"Überschrift auswählen",m:"Überschrift",n:"Absatz",o:"Überschrift 1",p:"Überschrift 2",q:"Überschrift 3",r:"Bild einfügen",s:"Upload failed",t:"Link",u:"Nummerierte Liste",v:"Aufzählungsliste",w:"Alternativ Text ändern",x:"Link entfernen",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Speichern",ac:"Abbrechen",ad:"Link URL",ae:"Rich-Text-Editor, %0",af:"Rückgängig",ag:"Wiederherstellen",ah:"Textalternative"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/el.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('el',{a:"Cannot upload file:",b:"Έντονη",c:"Περιοχή παράθεσης",d:"Πλάγια",e:"Λεζάντα",f:"image widget",g:"Εικόνα πλήρης μεγέθους",h:"Side image",i:"Left aligned image",j:"Centered image",k:"Right aligned image",l:"Επιλέξτε κεφαλίδα",m:"Κεφαλίδα",n:"Παράγραφος",o:"Κεφαλίδα 1",p:"Κεφαλίδα 2",q:"Κεφαλίδα 3",r:"Εισαγωγή εικόνας",s:"Upload failed",t:"Σύνδεσμος",u:"Αριθμημένη λίστα",v:"Λίστα κουκκίδων",w:"Αλλαγή εναλλακτικού κείμενου",x:"Αφαίρεση συνδέσμου",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Αποθήκευση",ac:"Ακύρωση",ad:"Link URL",ae:"Επεξεργαστής Πλούσιου Κειμένου, 0%",af:"Αναίρεση",ag:"Επανάληψη",ah:"Εναλλακτικό κείμενο"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/en-au.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('en-au',{a:"Cannot upload file:",b:"Bold",c:"Block quote",d:"Italic",e:"Enter image caption",f:"image widget",g:"Full size image",h:"Side image",i:"Left aligned image",j:"Centred image",k:"Right aligned image",l:"Choose heading",m:"Heading",n:"Paragraph",o:"Heading 1",p:"Heading 2",q:"Heading 3",r:"Insert image",s:"Upload failed",t:"Link",u:"Numbered List",v:"Bulleted List",w:"Change image text alternative",x:"Unlink",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Save",ac:"Cancel",ad:"Link URL",ae:"Rich Text Editor, %0",af:"Undo",ag:"Redo",ah:"Text alternative"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/eo.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('eo',{a:"Cannot upload file:",b:"grasa",c:"Block quote",d:"kursiva",e:"Skribu klarigon pri la bildo",f:"bilda fenestraĵo",g:"Bildo kun reala dimensio",h:"Flanka biildo",i:"Left aligned image",j:"Centered image",k:"Right aligned image",l:"Elektu ĉapon",m:"Ĉapo",n:"Paragrafo",o:"Ĉapo 1",p:"Ĉapo 2",q:"Ĉapo 3",r:"Enmetu bildon",s:"Upload failed",t:"Ligilo",u:"Numerita Listo",v:"Bula Listo",w:"Ŝanĝu la alternativan tekston de la bildo",x:"Malligi",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Konservi",ac:"Nuligi",ad:"Link URL",ae:"Redaktilo de Riĉa Teksto, %0",af:"Malfari",ag:"Refari",ah:"Alternativa teksto"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/es.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('es',{a:"No se pudo cargar el archivo:",b:"Negrita",c:"Entrecomillado",d:"Cursiva",e:"Introducir título de la imagen",f:"Widget de imagen",g:"Imagen a tamaño completo",h:"Imagen lateral",i:"Imagen alineada a la izquierda",j:"Imagen centrada",k:"Imagen alineada a la derecha",l:"Elegir Encabezado",m:"Encabezado",n:"Párrafo",o:"Encabezado 1",p:"Encabezado 2",q:"Encabezado 3",r:"Insertar imagen",s:"Fallo en la subida",t:"Enlace",u:"Lista numerada",v:"Lista de puntos",w:"Cambiar el texto alternativo de la imagen",x:"Quitar enlace",y:"Editar enlace",z:"Abrir enlace en una pestaña nueva",aa:"Este enlace no tiene URL",ab:"Guardar",ac:"Cancelar",ad:"URL del enlace",ae:"Editor de Texto Enriquecido, %0",af:"Deshacer",ag:"Rehacer",ah:"Texto alternativo"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/et.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('et',{a:"Faili ei suudeta üles laadida:",b:"Rasvane",c:"Tsitaat",d:"Kaldkiri",e:"Sisesta pildi pealkiri",f:"pildi vidin",g:"Täissuuruses pilt",h:"Pilt küljel",i:"Vasakule joondatud pilt",j:"Keskele joondatud pilt",k:"Paremale joondatud pilt",l:"Vali pealkiri",m:"Pealkiri",n:"Lõik",o:"Pealkiri 1",p:"Pealkiri 2",q:"Pealkiri 3",r:"Siseta pilt",s:"Üleslaadimine ebaõnnestus",t:"Link",u:"Nummerdatud loetelu",v:"Loetelu",w:"Muuda pildi tekstilist alternatiivi",x:"Eemalda link",y:"Muuda linki",z:"Ava link uuel vahekaardil",aa:"Sellel lingil puudub URL",ab:"Salvesta",ac:"Loobu",ad:"Lingi URL",ae:"Tekstiredaktor, %0",af:"Samm tagasi",ag:"Samm edasi",ah:"Alternatiivne tekst"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/eu.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('eu',{a:"Ezin da fitxategia kargatu:",b:"Lodia",c:"Aipua",d:"Etzana",e:"Sartu irudiaren epigrafea",f:"irudi widgeta",g:"Tamaina osoko irudia",h:"Alboko irudia",i:"Ezkerrean lerrokatutako irudia",j:"Zentratutako irudia",k:"Eskuinean lerrokatutako irudia",l:"Aukeratu izenburua",m:"Izenburua",n:"Paragrafoa",o:"Izenburua 1",p:"Izenburua 2",q:"Izenburua 3",r:"Txertatu irudia",s:"Kargatzeak huts egin du",t:"Esteka",u:"Zenbakidun zerrenda",v:"Buletdun zerrenda",w:"Aldatu irudiaren ordezko testua",x:"Desestekatu",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Gorde",ac:"Utzi",ad:"Link URL",ae:"Testu aberastuaren editorea, %0",af:"Desegin",ag:"Berregin",ah:"Ordezko testua"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/fi.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('fi',{a:"Tiedostoa ei voitu ladata:",b:"Lihavointi",c:"Lainaus",d:"Kursivointi",e:"Syötä kuvateksti",f:"Kuvavimpain",g:"Täysikokoinen kuva",h:"Pieni kuva",i:"Vasemmalle tasattu kuva",j:"Keskitetty kuva",k:"Oikealle tasattu kuva",l:"Valitse tyyli",m:"Otsikkotyyli",n:"Kappale",o:"Otsikko 1",p:"Otsikko 2",q:"Otsikko 3",r:"Lisää kuva",s:"Lataus epäonnistui",t:"Linkki",u:"Numeroitu lista",v:"Lista",w:"Vaihda kuvan vaihtoehtoinen teksti",x:"Poista linkki",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Tallenna",ac:"Peruuta",ad:"Link URL",ae:"Rikas tekstieditori, %0",af:"Peru",ag:"Tee uudelleen",ah:"Vaihtoehtoinen teksti"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/fr.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('fr',{a:"Envoi du fichier échoué :",b:"Gras",c:"Citation",d:"Italique",e:"Saisissez la légende de l’image",f:"Objet image",g:"Image taille réelle",h:"Image sur le côté",i:"Image alignée à gauche",j:"Image centrée",k:"Image alignée a droite",l:"Choisir le titre",m:"En-tête",n:"Paragraphe",o:"Titre 1",p:"Titre 2",q:"Titre 3",r:"Insérer une image",s:"Échec de l'envoi",t:"Lien",u:"Liste numérotée",v:"Liste à puces",w:"Changer le texte alternatif à l’image",x:"Supprimer le lien",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Enregistrer",ac:"Annuler",ad:"Link URL",ae:"Éditeur de texte enrichi, %0",af:"Annuler",ag:"Restaurer",ah:"Texte alternatif"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/gl.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('gl',{a:"Non é posíbel cargar o ficheiro:",b:"Negra",c:"Cita de bloque",d:"Itálica",e:"Introduza o título da imaxe",f:"Trebello de imaxe",g:"Imaxe a tamaño completo",h:"Lado da imaxe",i:"Imaxe aliñada á esquerda",j:"Imaxe centrada horizontalmente",k:"Imaxe aliñada á dereita",l:"Escolla o título",m:"Título",n:"Parágrafo",o:"Título 1",p:"Título 2",q:"Título 3",r:"Inserir imaxe",s:"Fallou o envío",t:"Ligar",u:"Lista numerada",v:"Lista viñeteada",w:"Cambiar o texto alternativo da imaxe",x:"Desligar",y:"Editar a ligazón",z:"Abrir a ligazón nunha nova lapela",aa:"Esta ligazón non ten URL",ab:"Gardar",ac:"Cancelar",ad:"URL de ligazón",ae:"Editor de texto mellorado, %0",af:"Desfacer",ag:"Refacer",ah:"Texto alternativo"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/gu.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('gu',{a:"ફાઇલ અપલોડ ન થઇ શકી",b:"ઘાટુ - બોલ્ડ્",c:" વિચાર ટાંકો",d:"ત્રાંસુ - ઇટલિક્",e:"Enter image caption",f:"image widget",g:"Full size image",h:"Side image",i:"Left aligned image",j:"Centered image",k:"Right aligned image",l:"Choose heading",m:"Heading",n:"Paragraph",o:"Heading 1",p:"Heading 2",q:"Heading 3",r:"Insert image",s:"Upload failed",t:"Link",u:"Numbered List",v:"Bulleted List",w:"Change image text alternative",x:"Unlink",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Save",ac:"Cancel",ad:"Link URL",ae:"Rich Text Editor, %0",af:"Undo",ag:"Redo",ah:"Text alternative"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/hr.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('hr',{a:"Datoteku nije moguće poslati:",b:"Podebljano",c:"Blok citat",d:"Ukošeno",e:"Unesite naslov slike",f:"Slika widget",g:"Slika pune veličine",h:"Slika sa strane",i:"Lijevo poravnata slika",j:"Centrirana slika",k:"Slika poravnata desno",l:"Odaberite naslov",m:"Naslov",n:"Paragraf",o:"Naslov 1",p:"Naslov 2",q:"Naslov 3",r:"Umetni sliku",s:"Slanje nije uspjelo",t:"Veza",u:"Brojčana lista",v:"Obična lista",w:"Promijeni alternativni tekst slike",x:"Ukloni vezu",y:"Uredi vezu",z:"Otvori vezu u novoj kartici",aa:"Ova veza nema URL",ab:"Snimi",ac:"Poništi",ad:"URL veze",ae:"Rich Text Editor, %0",af:"Poništi",ag:"Ponovi",ah:"Alternativni tekst"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/hu.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('hu',{a:"Nem sikerült a fájl feltöltése:",b:"Félkövér",c:"Idézet",d:"Dőlt",e:"Képaláírás megadása",f:"képmodul",g:"Teljes méretű kép",h:"Oldalsó kép",i:"Left aligned image",j:"Centered image",k:"Right aligned image",l:"Stílus megadása",m:"Stílusok",n:"Bekezdés",o:"Címsor 1",p:"Címsor 2",q:"Címsor 3",r:"Kép beszúrása",s:"A feltöltés nem sikerült",t:"Link",u:"Számozott lista",v:"Pontozott lista",w:"Helyettesítő szöveg módosítása",x:"Link eltávolítása",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Mentés",ac:"Mégsem",ad:"Link URL",ae:"Bővített szövegszerkesztő, %0",af:"Visszavonás",ag:"Újra",ah:"Helyettesítő szöveg"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/it.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('it',{a:"Impossibile caricare il file:",b:"Grassetto",c:"Blocco citazione",d:"Corsivo",e:"inserire didascalia dell'immagine",f:"Widget immagine",g:"Immagine a dimensione intera",h:"Immagine laterale",i:"Immagine allineata a sinistra",j:"Immagine centrata",k:"Immagine allineata a destra",l:"Seleziona intestazione",m:"Intestazione",n:"Paragrafo",o:"Intestazione 1",p:"Intestazione 2",q:"Intestazione 3",r:"Inserisci immagine",s:"Caricamento fallito",t:"Collegamento",u:"Elenco numerato",v:"Elenco puntato",w:"Cambia testo alternativo dell'immagine",x:"Elimina collegamento",y:"Modifica collegamento",z:"Apri collegamento in nuova scheda",aa:"Questo collegamento non ha un URL",ab:"Salva",ac:"Annulla",ad:"URL del collegamento",ae:"Editor di testo Rich Text, %0",af:"Annulla",ag:"Ripristina",ah:"Testo alternativo"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/ja.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('ja',{a:"ファイルをアップロードできません:",b:"ボールド",c:"ブロッククオート(引用)",d:"イタリック",e:"画像の注釈を入力",f:"画像ウィジェット",g:"フルサイズ画像",h:"サイドイメージ",i:"Left aligned image",j:"Centered image",k:"Right aligned image",l:"見出しを選択",m:"見出し",n:"パラグラフ",o:"見出し1",p:"見出し2",q:"見出し3 ",r:"画像挿入",s:"アップロード失敗",t:"リンク",u:"番号付きリスト",v:"箇条書きリスト",w:"画像の代替テキストを変更",x:"リンク解除",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"保存",ac:"キャンセル",ad:"Link URL",ae:"リッチテキストエディター, %0",af:"元に戻す",ag:"やり直し",ah:"代替テキスト"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/km.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('km',{a:"មិនអាច​អាប់ឡូត​ឯកសារ៖",b:"ដិត",c:"ប្លុក​ពាក្យ​សម្រង់",d:"ទ្រេត",e:"បញ្ចូល​ពាក្យ​ពណ៌នា​រូបភាព",f:"វិដជិត​រូបភាព",g:"រូបភាព​ពេញ​ទំហំ",h:"រូបភាព​នៅ​ខាង",i:"Left aligned image",j:"Centered image",k:"Right aligned image",l:"ជ្រើសរើស​ក្បាលអត្ថបទ",m:"ក្បាលអត្ថបទ",n:"កថាខណ្ឌ",o:"ក្បាលអត្ថបទ 1",p:"ក្បាលអត្ថបទ 2",q:"ក្បាលអត្ថបទ 3",r:"បញ្ចូល​រូបភាព",s:"អាប់ឡូត​មិនបាន",t:"តំណ",u:"បញ្ជី​ជា​លេខ",v:"បញ្ជី​ជា​ចំណុច",w:"Change image text alternative",x:"ផ្ដាច់​តំណ",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"រក្សាទុ",ac:"បោះបង់",ad:"Link URL",ae:"កម្មវិធី​កែសម្រួល​អត្ថបទ​សម្បូរបែប, %0",af:"លែង​ធ្វើ​វិញ",ag:"ធ្វើ​វិញ",ah:"Text alternative"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/kn.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('kn',{a:"Cannot upload file:",b:"‍‍ದಪ್ಪ",c:"‍‍‍‍ಗುರುತಿಸಲಾದ ‍‍ಉಲ್ಲೇಖ",d:"‍ಇಟಾಲಿಕ್",e:"‍ಚಿತ್ರದ ಶೀರ್ಷಿಕೆ ಸೇರಿಸು",f:"‍ಚಿತ್ರ ವಿಜೆಟ್",g:"‍ಪೂರ್ಣ ‍‍ಅಳತೆಯ ಚಿತ್ರ",h:"‍ಪಕ್ಕದ ಚಿತ್ರ",i:"Left aligned image",j:"Centered image",k:"Right aligned image",l:"ಶೀರ್ಷಿಕೆ ಆಯ್ಕೆಮಾಡು",m:"ಶೀರ್ಷಿಕೆ",n:"ಪ್ಯಾರಾಗ್ರಾಫ್",o:"ಶೀರ್ಷಿಕೆ 1",p:"ಶೀರ್ಷಿಕೆ 2",q:"ಶೀರ್ಷಿಕೆ 3",r:"Insert image",s:"Upload failed",t:"‍ಕೊಂಡಿ",u:"‍ಸಂಖ್ಯೆಯ ಪಟ್ಟಿ‍",v:"‍‍ಬುಲೆಟ್ ಪಟ್ಟಿ",w:"‍ಚಿತ್ರದ ಬದಲಿ ಪಠ್ಯ ಬದಲಾಯಿಸು",x:"‍ಕೊಂಡಿ ತೆಗೆ",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"ಉಳಿಸು",ac:"ರದ್ದುಮಾಡು",ad:"Link URL",ae:"‍ಸಮೃದ್ಧ ಪಠ್ಯ ಸಂಪಾದಕ‍, %0",af:"‍‍ರದ್ದು",ag:"‍ಮತ್ತೆ ಮಾಡು",ah:"‍ಪಠ್ಯದ ಬದಲಿ"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/ko.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('ko',{a:"Cannot upload file:",b:"굵게",c:"인용 단락",d:"기울임꼴",e:"이미지 설명을 입력하세요",f:"이미지 위젯",g:"문서 너비",h:"내부 우측 정렬",i:"왼쪽 정렬",j:"가운데 정렬",k:"오른쪽 정렬",l:"제목 선택",m:"제목",n:"문단",o:"제목1",p:"제목2",q:"제목3",r:"Insert image",s:"Upload failed",t:"링크",u:"번호매기기",v:"글머리기호",w:"대체 텍스트 변경",x:"링크 삭제",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"저장",ac:"취소",ad:"Link URL",ae:"Rich Text Editor, %0",af:"실행 취소",ag:"다시 실행",ah:"대체 텍스트"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/ku.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('ku',{a:"پەڕگەکە ناتوانرێت باربکرێت:",b:"قەڵەو",c:"وتەی وەرگیراو",d:"لار",e:"سەردێڕی وێنە دابنێ",f:"وێدجیتی وێنە",g:"پڕ بەقەبارەی وێنە",h:"لای وێنە",i:"ڕیزکردنی وێنە بۆ لای چەپ",j:"ناوەڕاستکراوی وێنە",k:"ڕیزکردنی وێنە بۆ لای ڕاست",l:"سەرنووسە هەڵبژێرە",m:"سەرنووسە",n:"پەراگراف",o:"سەرنووسەی 1",p:"سەرنووسەی 2",q:"سەرنووسەی 3",r:"وێنە دابنێ",s:"بارکردنەکە سەرنەکەووت",t:"بەستەر",u:"لیستەی ژمارەیی",v:"لیستەی خاڵەیی",w:"گۆڕینی جێگروەی تێکیسی وێنە",x:"لابردنی بەستەر",y:"دەسککاری بەستەر",z:"کردنەوەی بەستەرەکە لە پەڕەیەکی نوێ",aa:"ئەم بەستەررە ناونیشانی نیە",ab:"پاشکەوتکردن",ac:"هەڵوەشاندنەوە",ad:"ناونیشانی بەستەر",ae:"سەرنوسەری دەقی بەپیت, %0",af:"وەک خۆی لێ بکەوە",ag:"هەلگەڕاندنەوە",ah:"جێگرەوەی تێکست"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/nb.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('nb',{a:"Kan ikke laste opp fil:",b:"Fet",c:"Blokksitat",d:"Kursiv",e:"Skriv inn bildetekst",f:"Bilde-widget",g:"Bilde i full størrelse",h:"Sidebilde",i:"Venstrejustert bilde",j:"Midtstilt bilde",k:"Høyrejustert bilde",l:"Velg overskrift",m:"Overskrift",n:"Avsnitt",o:"Overskrift 1",p:"Overskrift 2",q:"Overskrift 3",r:"Sett inn bilde",s:"Opplasting feilet",t:"Lenke",u:"Nummerert liste",v:"Punktmerket liste",w:"Endre tekstalternativ for bilde",x:"Fjern lenke",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Lagre",ac:"Avbryt",ad:"Link URL",ae:"Rikteksteditor, %0",af:"Angre",ag:"Gjør om",ah:"Tekstalternativ for bilde"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/ne.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('ne',{a:"Cannot upload file:",b:"Bold",c:"Block quote",d:"Italic",e:"Enter image caption",f:"image widget",g:"Full size image",h:"Side image",i:"Left aligned image",j:"Centered image",k:"Right aligned image",l:"Choose heading",m:"Heading",n:"Paragraph",o:"Heading 1",p:"Heading 2",q:"Heading 3",r:"तस्वीर सम्मिलित गर्नुहोस्",s:"Upload failed",t:"Link",u:"Numbered List",v:"Bulleted List",w:"Change image text alternative",x:"Unlink",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"सुरक्षित गर्नुहोस्",ac:"रद्द गर्नुहोस्",ad:"Link URL",ae:"Rich Text Editor, %0",af:"Undo",ag:"Redo",ah:"Text alternative"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/nl.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('nl',{a:"Kan bestand niet opladen:",b:"Vet",c:"Blok citaat",d:"Cursief",e:"Typ een afbeeldingsbijschrift",f:"Afbeeldingswidget",g:"Afbeelding op volledige grootte",h:"Afbeelding naast tekst",i:"Links uitgelijnde afbeelding",j:"Gecentreerde afbeelding",k:"Rechts uitgelijnde afbeelding",l:"Kies kop",m:"Koppen",n:"Paragraaf",o:"Kop 1",p:"Kop 2",q:"Kop 3",r:"Afbeelding toevoegen",s:"Opladen afbeelding mislukt",t:"Link",u:"Genummerde lijst",v:"Ongenummerde lijst",w:"Verander alt-tekst van de afbeelding",x:"Verwijder link",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Opslaan",ac:"Annuleren",ad:"Link URL",ae:"Tekstbewerker, 0%",af:"Ongedaan maken",ag:"Opnieuw",ah:"Alt-tekst"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/oc.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('oc',{a:"Cannot upload file:",b:"Gras",c:"Block quote",d:"Italica",e:"Enter image caption",f:"image widget",g:"Full size image",h:"Side image",i:"Left aligned image",j:"Centered image",k:"Right aligned image",l:"Choose heading",m:"Heading",n:"Paragraph",o:"Heading 1",p:"Heading 2",q:"Heading 3",r:"Insert image",s:"Upload failed",t:"Link",u:"Numbered List",v:"Bulleted List",w:"Change image text alternative",x:"Unlink",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Enregistrar",ac:"Anullar",ad:"Link URL",ae:"Rich Text Editor, %0",af:"Undo",ag:"Redo",ah:"Text alternative"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/pl.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('pl',{a:"Nie można przesłać pliku:",b:"Pogrubienie",c:"Cytat blokowy",d:"Kursywa",e:"Enter image caption",f:"image widget",g:"Full size image",h:"Side image",i:"Left aligned image",j:"Centered image",k:"Right aligned image",l:"Wybierz nagłówek",m:"Nagłówek",n:"Akapit",o:"Nagłówek 1",p:"Nagłówek 2",q:"Nagłówek 3",r:"Wstaw obraz",s:"Upload failed",t:"Wstaw odnośnik",u:"Lista numerowana",v:"Lista wypunktowana",w:"Change image text alternative",x:"Usuń odnośnik",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Zapisz",ac:"Anuluj",ad:"Link URL",ae:"Rich Text Editor, %0",af:"Cofnij",ag:"Ponów",ah:"Text alternative"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/pt-br.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('pt-br',{a:"Cannot upload file:",b:"Negrito",c:"Bloco de citação",d:"Itálico",e:"Inserir legenda da imagem",f:"Ferramenta de imagem",g:"Imagem completa",h:"Imagem lateral",i:"Left aligned image",j:"Centered image",k:"Right aligned image",l:"Escolha o título",m:"Titulo",n:"Parágrafo",o:"Título 1",p:"Título 2",q:"Título 3",r:"Inserir imagem",s:"Falha ao subir arquivo",t:"Link",u:"Lista numerada",v:"Lista com marcadores",w:"Alterar texto alternativo da imagem",x:"Remover link",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Salvar",ac:"Cancelar",ad:"Link URL",ae:"Editor de Formatação, %0",af:"Desfazer",ag:"Refazer",ah:"Texto alternativo"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/pt.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('pt',{a:"Não foi possível carregar o ficheiro:",b:"Negrito",c:"Block quote",d:"Itálico",e:"Indicar legenda da imagem",f:"módulo de imagem",g:"Imagem em tamanho completo",h:"Imagem lateral",i:"Left aligned image",j:"Imagem centrada",k:"Right aligned image",l:"Choose heading",m:"Título",n:"Parágrafo",o:"Título 1",p:"Título 2",q:"Título 3",r:"Inserir imagem",s:"Falha ao carregar",t:"Hiperligação",u:"Lista ordenada",v:"Lista não ordenada",w:"Change image text alternative",x:"Desligar",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Guardar",ac:"Cancelar",ad:"Link URL",ae:"Editor de texto avançado, %0",af:"Desfazer",ag:"Refazer",ah:"Texto alternativo"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/ro.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('ro',{a:"Nu pot încărca fișierul:",b:"Îngroșat",c:"Bloc citat",d:"Oblic",e:"Introdu titlul descriptiv al imaginii",f:"widget imagine",g:"Imagine mărime completă",h:"Imagine laterală",i:"Imagine aliniată stângă",j:"Imagine aliniată pe centru",k:"Imagine aliniată dreapta",l:"Alege titlu rubrică",m:"Titlu rubrică",n:"Paragraf",o:"Titlu rubrică 1",p:"Titlu rubrică 2",q:"Titlu rubrică 3",r:"Inserează imagine",s:"Încărcare eșuată",t:"Link",u:"Listă numerotată",v:"Listă cu puncte",w:"Schimbă textul alternativ al imaginii",x:"Șterge link",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Salvare",ac:"Anulare",ad:"Link URL",ae:"Editor de text îmbunătățit, %0",af:"Anulează",ag:"Revenire",ah:"Text alternativ"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/ru.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('ru',{a:"Невозможно загрузить файл",b:"Жирный",c:"Цитата",d:"Курсив",e:"Подпись к изображению",f:"Виджет изображений",g:"Оригинальный размер изображения",h:"Боковое изображение",i:"Выравнивание по левому краю",j:"Выравнивание по центру",k:"Выравнивание по правому краю",l:"Выбрать заголовок",m:"Заголовок",n:"Параграф",o:"Заголовок 1",p:"Заголовок 2",q:"Заголовок 3",r:"Вставить изображение",s:"Загрузка не выполнена",t:"Ссылка",u:"Нумерованный список",v:"Маркированный список",w:"Редактировать альтернативный текст",x:"Убрать ссылку",y:"Редактировать ссылку",z:"Открыть ссылку в новой вкладке",aa:"Для этой ссылки не установлен адрес URL",ab:"Сохранить",ac:"Отмена",ad:"Ссылка URL",ae:"Редактор, %0",af:"Отменить",ag:"Повторить",ah:"Альтернативный текст"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/si.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('si',{a:"ගොනුව යාවත්කාලීන කළ නොහැක:",b:"තදකුරු",c:"Block quote",d:"ඇලකුරු",e:"Enter image caption",f:"image widget",g:"Full size image",h:"Side image",i:"Left aligned image",j:"Centered image",k:"Right aligned image",l:"Choose heading",m:"Heading",n:"Paragraph",o:"Heading 1",p:"Heading 2",q:"Heading 3",r:"පින්තූරය ඇතුල් කරන්න",s:"උඩුගත කිරීම අසාර්ථක විය",t:"Link",u:"අංකිත ලැයිස්තුව",v:"බුලටිත ලැයිස්තුව",w:"Change image text alternative",x:"Unlink",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Save",ac:"Cancel",ad:"Link URL",ae:"Rich Text Editor, %0",af:"අහෝසි කරන්න",ag:"නැවත කරන්න",ah:"Text alternative"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/sk.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('sk',{a:"Nie je možné nahrať súbor:",b:"Tučné",c:"Citát",d:"Kurzíva",e:"Vložte popis obrázka",f:"widget obrázka",g:"Obrázok v plnej veľkosti",h:"Bočný obrázok",i:"Zarovnať vľavo",j:"Zarovnať na stred",k:"Zarovnať vpravo",l:"Vyberte nadpis",m:"Nadpis",n:"Paragraf",o:"Nadpis 1",p:"Nadpis 2",q:"Nadpis 3",r:"Vložiť obrázok",s:"Nahrávanie zlyhalo",t:"Odkaz",u:"Číslovaný zoznam",v:"Zoznam s odrážkami",w:"Zmeňte alternatívny text obrázka",x:"Zrušiť odkaz",y:"Upraviť odkaz",z:"Otvoriť odkaz v novom okne",aa:"Tento odkaz nemá nastavenú URL adresu",ab:"Uložiť",ac:"Zrušiť",ad:"URL adresa",ae:"Editor s formátovaním, %0",af:"Späť",ag:"Znova",ah:"Alternatívny text"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/sq.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('sq',{a:"Nuk mund të ngarkojë skedën:",b:"Trash",c:"Thonjëzat",d:"Pjerrtë",e:"Shto përshkrimin e fotos",f:"Vegla e fotos",g:"Foto me madhësi të plotë",h:"Foto anësore",i:"Foto e vendosur majtas",j:"Foto e vendosur në mes",k:"Foto e vendosur djathtas",l:"Përzgjidh nëntitullin",m:"Nëntitulli",n:"Paragrafi",o:"Nëntitulli 1",p:"Nëntitulli 2",q:"Nëntitulli 3",r:"Shto Foto",s:"Ngarkimi dishtoi",t:"Shto Nyjën",u:"Listë me Numra",v:"Listë me Pika",w:"Ndrysho tekstin alternativ të fotos",x:"Largo Nyjën",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Ruaje",ac:"Anulo",ad:"Link URL",ae:"Redaktues i Tekstit të Pasur, %0",af:"Rikthe",ag:"Ribëje",ah:"Teksti alternativ"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/sv.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('sv',{a:"Kan inte ladda upp fil:",b:"Fet",c:"Blockcitat",d:"Kursiv",e:"Enter image caption",f:"image widget",g:"Full size image",h:"Side image",i:"Left aligned image",j:"Centered image",k:"Right aligned image",l:"Välj rubrik",m:"Rubrik",n:"Paragraf",o:"Rubrik 1",p:"Rubrik 2",q:"Rubrik 3",r:"Infoga bild",s:"Uppladdning misslyckades",t:"Länk",u:"Numrerad lista",v:"Punktlista",w:"Change image text alternative",x:"Ta bort länk",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Spara",ac:"Avbryt",ad:"Link URL",ae:"Rich Text-editor, %0",af:"Ångra",ag:"Gör om",ah:"Text alternative"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/tr.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('tr',{a:"Dosya yüklenemedi:",b:"Kalın",c:"Alıntı",d:"İtalik",e:"Resim Açıklaması Gir",f:"Görsel Bileşeni",g:"Tam Boyut Görsel",h:"Yan Görsel",i:"Sola hizalı görsel",j:"Ortalı görsel",k:"Sağa hizalı görsel",l:"Başlık tipi seç",m:"Başlık",n:"Paragraf",o:"1. Seviye Başlık",p:"2. Seviye Başlık",q:"3. Seviye Başlık",r:"Görsel Ekle",s:"Yükleme başarsız",t:"Bağlantı",u:"Numaralı Liste",v:"Simgeli Liste",w:"Görsel alternatif yazısını değiştir",x:"Bağlantıyı kaldır",y:"Bağlantıyı değiştir",z:"Yeni sekmede aç",aa:"Bağlantı adresi yok",ab:"Kaydet",ac:"İptal",ad:"Bağlantı Adresi",ae:"Zengin İÇerik Editörü, %0",af:"Geri al",ag:"İleri al",ah:"Yazı alternatifi"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/tt.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('tt',{a:"Cannot upload file:",b:"Калын",c:"Block quote",d:"Italic",e:"Enter image caption",f:"image widget",g:"Full size image",h:"Side image",i:"Left aligned image",j:"Centered image",k:"Right aligned image",l:"Choose heading",m:"Heading",n:"Paragraph",o:"Heading 1",p:"Heading 2",q:"Heading 3",r:"Insert image",s:"Upload failed",t:"Link",u:"Numbered List",v:"Bulleted List",w:"Change image text alternative",x:"Unlink",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Сакла",ac:"Cancel",ad:"Link URL",ae:"Rich Text Editor, %0",af:"Undo",ag:"Кабатла",ah:"Text alternative"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/ug.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('ug',{a:"چىقىرىشقا بولمايدىغان ھۆججەت :",b:"توم",c:"قىسمەن قوللىنىش",d:"يانتۇ",e:"رەسىمنىڭ تېمىسىنى كىرگۈزۈڭ",f:"رەسىمچىك",g:"ئەسلى چوڭلۇقتىكى رەسىم",h:"يان رەسىم",i:"سولغا توغۇرلانغان رەسىم",j:"ئوتتۇردىكى رەسىم",k:"ئوڭغا توغۇرلانغان رەسىم",l:"تېما تاللاش",m:"تېما",n:"بۆلەك",o:"تېما 1",p:"تېما 2",q:"تېما 3",r:"رەسىم قىستۇرۇش",s:"چىقىرىش مەغلۇپ بولدى",t:"ئۇلاش",u:"نومۇر جەدىۋېلى",v:"بەلگە جەدىۋېلى",w:"رەسىملىك تېكىست تاللىغۇچنى ئۆزگەرتىش",x:"ئۈزۈش",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"ساقلاش",ac:"قالدۇرۇش",ad:"Link URL",ae:"تېكىست تەھرىرلىگۈچ، 0%",af:"قالدۇرۇش",ag:"قايتا قىلىش",ah:"تېكىست ئاملاشتۇرۇش"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/uk.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('uk',{a:"Cannot upload file:",b:"Жирний",c:"Block quote",d:"Курсив",e:"Enter image caption",f:"Віджет зображення",g:"Повний розмір зображення",h:"Бокове зображення",i:"Left aligned image",j:"Centered image",k:"Right aligned image",l:"Choose heading",m:"Heading",n:"Paragraph",o:"Heading 1",p:"Heading 2",q:"Heading 3",r:"Insert image",s:"Upload failed",t:"Посилання",u:"Нумерований список",v:"Маркерний список",w:"Change image text alternative",x:"Видалити посилання",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Зберегти",ac:"Відміна",ad:"Link URL",ae:"Розширений текстовий редактор, %0",af:"Відміна",ag:"Повтор",ah:"Text alternative"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/zh-cn.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('zh-cn',{a:"无法上传文件:",b:"加粗",c:"块引用",d:"倾斜",e:"输入图片标题",f:"图像小部件",g:"图片通栏显示",h:"图片侧边显示",i:"图片左侧对齐",j:"图片居中",k:"图片右侧对齐",l:"标题类型",m:"标题",n:"段落",o:"标题 1",p:"标题 2",q:"标题 3",r:"插入图像",s:"上传失败",t:"超链接",u:"编号列表",v:"项目列表",w:"更改图片替换文本",x:"取消超链接",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"保存",ac:"取消",ad:"Link URL",ae:"富文本编辑器, %0",af:"撤销",ag:"重做",ah:"替换文本"})

+ 1 - 0
packages/ckeditor5-build-balloon/build/translations/zh.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('zh',{a:"無法上傳檔案:",b:"粗體",c:"塊引用",d:"斜體",e:"輸入圖片說明",f:"圖片小工具",g:"完整大小圖片",h:"側邊圖片",i:"Left aligned image",j:"Centered image",k:"Right aligned image",l:"選取標題",m:"標題",n:"段落",o:"標題 1",p:"標題 2",q:"標題 3",r:"插入圖片",s:"上傳失敗",t:"連結",u:"有編號的清單",v:"項目符號清單",w:"變更圖片的文字替代",x:"取消連結",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"儲存",ac:"取消",ad:"Link URL",ae:"豐富文字編輯器,%0",af:"取消",ag:"重做",ah:"文字替代"})

+ 21 - 22
packages/ckeditor5-build-balloon/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@ckeditor/ckeditor5-build-balloon",
-  "version": "1.0.0-alpha.2",
+  "version": "1.0.0-beta.1",
   "description": "CKEditor 5 balloon editor build.",
   "keywords": [
     "ckeditor5",
@@ -14,28 +14,27 @@
     "build"
   ],
   "devDependencies": {
-    "@ckeditor/ckeditor5-adapter-ckfinder": "^1.0.0-alpha.2",
-    "@ckeditor/ckeditor5-autoformat": "^1.0.0-alpha.2",
-    "@ckeditor/ckeditor5-basic-styles": "^1.0.0-alpha.2",
-    "@ckeditor/ckeditor5-block-quote": "^1.0.0-alpha.2",
-    "@ckeditor/ckeditor5-dev-utils": "^4.0.1",
-    "@ckeditor/ckeditor5-dev-webpack-plugin": "^2.0.18",
-    "@ckeditor/ckeditor5-easy-image": "^1.0.0-alpha.2",
-    "@ckeditor/ckeditor5-editor-balloon": "^1.0.0-alpha.2",
-    "@ckeditor/ckeditor5-essentials": "^1.0.0-alpha.2",
-    "@ckeditor/ckeditor5-heading": "^1.0.0-alpha.2",
-    "@ckeditor/ckeditor5-image": "^1.0.0-alpha.2",
-    "@ckeditor/ckeditor5-link": "^1.0.0-alpha.2",
-    "@ckeditor/ckeditor5-list": "^1.0.0-alpha.2",
-    "@ckeditor/ckeditor5-paragraph": "^1.0.0-alpha.2",
-    "@ckeditor/ckeditor5-upload": "^1.0.0-alpha.2",
-    "babel-minify-webpack-plugin": "^0.2.0",
-    "css-loader": "^0.28.7",
-    "node-sass": "^4.5.3",
+    "@ckeditor/ckeditor5-adapter-ckfinder": "^1.0.0-beta.1",
+    "@ckeditor/ckeditor5-autoformat": "^1.0.0-beta.1",
+    "@ckeditor/ckeditor5-basic-styles": "^1.0.0-beta.1",
+    "@ckeditor/ckeditor5-block-quote": "^1.0.0-beta.1",
+    "@ckeditor/ckeditor5-dev-utils": "^7.0.3",
+    "@ckeditor/ckeditor5-dev-webpack-plugin": "^3.0.4",
+    "@ckeditor/ckeditor5-easy-image": "^1.0.0-beta.1",
+    "@ckeditor/ckeditor5-editor-balloon": "^1.0.0-beta.1",
+    "@ckeditor/ckeditor5-essentials": "^1.0.0-beta.1",
+    "@ckeditor/ckeditor5-heading": "^1.0.0-beta.1",
+    "@ckeditor/ckeditor5-image": "^1.0.0-beta.1",
+    "@ckeditor/ckeditor5-link": "^1.0.0-beta.1",
+    "@ckeditor/ckeditor5-list": "^1.0.0-beta.1",
+    "@ckeditor/ckeditor5-paragraph": "^1.0.0-beta.1",
+    "@ckeditor/ckeditor5-theme-lark": "^1.0.0-beta.1",
+    "@ckeditor/ckeditor5-upload": "^1.0.0-beta.1",
+    "babel-minify-webpack-plugin": "^0.3.0",
+    "postcss-loader": "^2.0.10",
     "raw-loader": "^0.5.1",
-    "sass-loader": "^6.0.6",
-    "style-loader": "^0.18.2",
-    "webpack": "^3.6.0",
+    "style-loader": "^0.19.1",
+    "webpack": "^3.10.0",
     "webpack-sources": "1.0.1"
   },
   "engines": {

+ 1 - 1
packages/ckeditor5-build-balloon/sample/index.html

@@ -17,7 +17,7 @@
 <div id="editor">
 	<h2>Sample</h2>
 
-	<p>This is an instance of the <a href="https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/builds/guides/overview.html#Balloon-editor">balloon editor build</a>.</p>
+	<p>This is an instance of the <a href="https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/builds/guides/overview.html#balloon-editor">balloon editor build</a>.</p>
 
 	<figure class="image">
 		<img src="../tests/manual/sample.jpg" alt="Autumn fields" />

+ 12 - 7
packages/ckeditor5-build-balloon/src/ckeditor.js

@@ -1,5 +1,5 @@
 /**
- * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
  * For licensing, see LICENSE.md.
  */
 
@@ -16,10 +16,11 @@ import ImagePlugin from '@ckeditor/ckeditor5-image/src/image';
 import ImagecaptionPlugin from '@ckeditor/ckeditor5-image/src/imagecaption';
 import ImagestylePlugin from '@ckeditor/ckeditor5-image/src/imagestyle';
 import ImagetoolbarPlugin from '@ckeditor/ckeditor5-image/src/imagetoolbar';
+import ImageuploadPlugin from '@ckeditor/ckeditor5-image/src/imageupload';
 import LinkPlugin from '@ckeditor/ckeditor5-link/src/link';
 import ListPlugin from '@ckeditor/ckeditor5-list/src/list';
 import ParagraphPlugin from '@ckeditor/ckeditor5-paragraph/src/paragraph';
-import ImageuploadPlugin from '@ckeditor/ckeditor5-upload/src/imageupload';
+import Imageupload1Plugin from '@ckeditor/ckeditor5-image/src/imageupload';
 
 export default class BalloonEditor extends BalloonEditorBase {}
 
@@ -37,20 +38,23 @@ BalloonEditor.build = {
 		ImagecaptionPlugin,
 		ImagestylePlugin,
 		ImagetoolbarPlugin,
+		ImageuploadPlugin,
 		LinkPlugin,
 		ListPlugin,
 		ParagraphPlugin,
-		ImageuploadPlugin
+		Imageupload1Plugin
 	],
 	config: {
 		toolbar: {
 			items: [
-				'headings',
+				'heading',
+				'|',
 				'bold',
 				'italic',
 				'link',
 				'bulletedList',
 				'numberedList',
+				'imageUpload',
 				'blockQuote',
 				'undo',
 				'redo'
@@ -58,11 +62,12 @@ BalloonEditor.build = {
 		},
 		image: {
 			toolbar: [
-				'imageStyleFull',
-				'imageStyleSide',
+				'imageStyle:full',
+				'imageStyle:side',
 				'|',
 				'imageTextAlternative'
 			]
-		}
+		},
+		language: 'en'
 	}
 };

+ 12 - 1
packages/ckeditor5-build-balloon/tests/ckeditor.js

@@ -1,5 +1,5 @@
 /**
- * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
  * For licensing, see LICENSE.md.
  */
 
@@ -73,6 +73,17 @@ describe( 'BalloonEditor build', () => {
 	} );
 
 	describe( 'plugins', () => {
+		beforeEach( () => {
+			return BalloonEditor.create( editorElement )
+				.then( newEditor => {
+					editor = newEditor;
+				} );
+		} );
+
+		afterEach( () => {
+			return editor.destroy();
+		} );
+
 		it( 'paragraph works', () => {
 			const data = '<p>Some text inside a paragraph.</p>';
 

+ 1 - 1
packages/ckeditor5-build-balloon/tests/manual/ckeditor-cjs-version.js

@@ -1,5 +1,5 @@
 /**
- * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
  * For licensing, see LICENSE.md.
  */
 

+ 1 - 1
packages/ckeditor5-build-balloon/tests/manual/ckeditor.js

@@ -1,5 +1,5 @@
 /**
- * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
  * For licensing, see LICENSE.md.
  */
 

+ 16 - 8
packages/ckeditor5-build-balloon/webpack.config.js

@@ -1,5 +1,5 @@
 /**
- * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
  * For licensing, see LICENSE.md.
  */
 
@@ -9,7 +9,7 @@
 
 const path = require( 'path' );
 const webpack = require( 'webpack' );
-const { bundler } = require( '@ckeditor/ckeditor5-dev-utils' );
+const { bundler, styles } = require( '@ckeditor/ckeditor5-dev-utils' );
 const CKEditorWebpackPlugin = require( '@ckeditor/ckeditor5-dev-webpack-plugin' );
 const BabiliPlugin = require( 'babel-minify-webpack-plugin' );
 const buildConfig = require( './build-config' );
@@ -29,7 +29,8 @@ module.exports = {
 
 	plugins: [
 		new CKEditorWebpackPlugin( {
-			languages: [ buildConfig.language ]
+			language: buildConfig.config.language,
+			additionalLanguages: 'all'
 		} ),
 		new BabiliPlugin( null, {
 			comments: false
@@ -48,16 +49,23 @@ module.exports = {
 				use: [ 'raw-loader' ]
 			},
 			{
-				test: /\.scss$/,
+				test: /\.css$/,
 				use: [
-					'style-loader',
 					{
-						loader: 'css-loader',
+						loader: 'style-loader',
 						options: {
-							minimize: true
+							singleton: true
 						}
 					},
-					'sass-loader'
+					{
+						loader: 'postcss-loader',
+						options: styles.getPostCssConfig( {
+							themeImporter: {
+								themePath: require.resolve( '@ckeditor/ckeditor5-theme-lark' )
+							},
+							minify: true
+						} )
+					},
 				]
 			}
 		]

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików