We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e92b5 commit bba6fffCopy full SHA for bba6fff
assets/controllers/elements/ckeditor_controller.js
@@ -31,7 +31,8 @@ import "../../css/components/ckeditor.css";
31
const translationContext = require.context(
32
'ckeditor5/translations',
33
false,
34
- /\.js$/
+ //Only load the translation files we will really need
35
+ /(de|it|fr|ru|ja|cs|da|zh|pl|hu)\.js$/
36
);
37
38
function loadTranslation(language) {
0 commit comments