diff --git a/assets/controllers/elements/ckeditor_controller.js b/assets/controllers/elements/ckeditor_controller.js index 5612ca05..49988db8 100644 --- a/assets/controllers/elements/ckeditor_controller.js +++ b/assets/controllers/elements/ckeditor_controller.js @@ -31,7 +31,8 @@ import "../../css/components/ckeditor.css"; const translationContext = require.context( 'ckeditor5/translations', false, - /\.js$/ + //Only load the translation files we will really need + /(de|it|fr|ru|ja|cs|da|zh|pl|hu)\.js$/ ); function loadTranslation(language) {