Add Chinese translation and improve README
All checks were successful
Build on Push and create Release on Tag / build (push) Successful in 1m2s
All checks were successful
Build on Push and create Release on Tag / build (push) Successful in 1m2s
This commit is contained in:
parent
163a1513e8
commit
c2232c3450
6 changed files with 100 additions and 8 deletions
|
@ -27,7 +27,7 @@ export default class DrawJSPlugin extends Plugin {
|
|||
|
||||
this.protyleSlash = [{
|
||||
id: "insert-whiteboard",
|
||||
filter: ["Insert Drawing", "Add drawing", "Insert whiteboard", "Add whiteboard", "whiteboard", "freehand", "graphics", "jsdraw"],
|
||||
filter: ["Insert Drawing", "Add drawing", "Insert whiteboard", "Add whiteboard", "whiteboard", "freehand", "graphics", "jsdraw", this.i18n.insertWhiteboard],
|
||||
html: getMenuHTML("iconDraw", this.i18n.insertWhiteboard),
|
||||
callback: async (protyle: Protyle) => {
|
||||
void this.analytics.sendEvent('create');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue