provide the language we detect to CKEditor

pull/1/head
ansuz 3 years ago
parent faed7c8573
commit 27f3223490

@ -1327,6 +1327,7 @@ define([
$(waitFor());
}).nThen(function(waitFor) {
Ckeditor.config.toolbarCanCollapse = true;
Ckeditor.config.language = Messages._getLanguage();
if (screen.height < 800) {
Ckeditor.config.toolbarStartupExpanded = false;
$('meta[name=viewport]').attr('content',

Loading…
Cancel
Save