Explorar o código

Merge pull request #90 from ckeditor/t/ckeditor5/624

Other: Aligned code to changes (`config.lang` to `config.languages`). Part of the Translation Service v2 (ckeditor/ckeditor5#624).
Szymon Kupś %!s(int64=8) %!d(string=hai) anos
pai
achega
be97456d06
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/ckeditor5-heading/tests/heading.js

+ 1 - 1
packages/ckeditor5-heading/tests/heading.js

@@ -226,7 +226,7 @@ describe( 'Heading', () => {
 					.create( editorElement, {
 						plugins: [ Heading ],
 						toolbar: [ 'heading' ],
-						lang: 'pl',
+						language: 'pl',
 						heading: {
 							options
 						}