Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tinymce.addI18n("ru",{"Search in EVO":"\u041f\u043e\u0438\u0441\u043a \u0432 EVO"});
2 changes: 2 additions & 0 deletions assets/plugins/tinymce4/tinymce/plugins/modxlink/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Author: markwillis82
* Date: 7/7/15
* update 64j 8/11/17
* update ProjectSoft 2026-02-01
*/

// Handles selection from Modx-Ressource-Tree
Expand Down Expand Up @@ -1081,6 +1082,7 @@ var autoComplt = (function() {
return publicProps;
}());

tinymce.PluginManager.requireLangPack("modxlink","ru");
tinymce.PluginManager.add('modxlink', function(editor) {
function createLinkList(callback)
{
Expand Down
Loading