Answer the question
In order to leave comments, you need to log in
How to add translation for TinyMCE?
In Yii2, the TinyMCE widget is added to the page, and image_upload is also connected.
Translation for buttons in image uploader added when connecting widget:
'init_instance_callback' => new \yii\web\JsExpression("
function(editor) {
tinymce.i18n.data.uk_UA['Upload'] = 'Завантажити';
tinymce.i18n.data.uk_UA['Image'] = 'Зображення';
tinymce.i18n.data.uk_UA['Drop an image here'] = 'Свой текст';
}
"),
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question