9e6e699db0
- Add a custom TinyMCE plugin to mark content with `translate="no"`. - Update WYSIWYG editor to support the "Do not translate" toggle button and menu item. - Highlight non-translatable content with custom styles in the editor. - Localize plugin strings for English and Russian.
7 lines
186 B
PHP
7 lines
186 B
PHP
<?php declare(strict_types=1);
|
|
|
|
return [
|
|
'Do not translate' => 'Не переводить',
|
|
'Mark as not to translate' => 'Пометить как не переводить',
|
|
];
|