Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/ckeditor5/dist/browser/index.css.map

Large diffs are not rendered by default.

180 changes: 116 additions & 64 deletions packages/ckeditor5/dist/browser/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/ckeditor5/dist/browser/index.js.map

Large diffs are not rendered by default.

180 changes: 116 additions & 64 deletions packages/ckeditor5/dist/browser/index.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/ckeditor5/dist/browser/index.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/ckeditor5/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ckeditor5/dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/ckeditor5/src/integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default class CKEditor5Integration extends IntegrationModel {
if (Object.prototype.hasOwnProperty.call(languageObject, "ui")) {
return languageObject.ui;
}
return languageObject;
return this.editorObject.locale.uiLanguage;
}
return languageObject;
}
Expand Down
Loading