Add Chinese translation and improve README
All checks were successful
Build on Push and create Release on Tag / build (push) Successful in 1m2s

This commit is contained in:
MassiveBox 2025-08-07 18:30:08 +02:00
parent 163a1513e8
commit c2232c3450
6 changed files with 100 additions and 8 deletions

View file

@ -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');