- Fix (regression): i18n of markers extension
This commit is contained in:
4
dist/extensions/ext-markers.js
vendored
4
dist/extensions/ext-markers.js
vendored
@@ -640,7 +640,9 @@ var svgEditorExtension_markers = (function () {
|
||||
},
|
||||
|
||||
buttons: buildButtonList(),
|
||||
context_tools: contextTools
|
||||
context_tools: strings.contextTools.map(function (contextTool, i) {
|
||||
return Object.assign(contextTools[i], contextTool);
|
||||
})
|
||||
});
|
||||
|
||||
case 28:
|
||||
|
||||
Reference in New Issue
Block a user