Start workin on i18n
This commit is contained in:
parent
3a05d36f8c
commit
f35342a791
4 changed files with 35 additions and 18 deletions
|
@ -43,7 +43,7 @@ export default class DrawJSPlugin extends Plugin {
|
|||
if (ids === null) return;
|
||||
e.detail.menu.addItem({
|
||||
icon: "iconDraw",
|
||||
label: "Edit with js-draw",
|
||||
label: this.i18n.editDrawing,
|
||||
click: () => {
|
||||
void this.analytics.sendEvent('edit');
|
||||
new EditorManager(ids.fileID, this.config.getDefaultEditorOptions()).open(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue