From 5c261b35f2a54c4cabb66e269f29e185291c7ac5 Mon Sep 17 00:00:00 2001
From: MassiveBox <box@massivebox.net>
Date: Tue, 1 Apr 2025 09:12:51 +0200
Subject: [PATCH] Fix bug due to empty i18n folder

---
 plugin.json            | 2 +-
 public/i18n/en_US.json | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)
 create mode 100644 public/i18n/en_US.json

diff --git a/plugin.json b/plugin.json
index 8413186..0b3987f 100644
--- a/plugin.json
+++ b/plugin.json
@@ -2,7 +2,7 @@
   "name": "siyuan-jsdraw-plugin",
   "author": "massivebox",
   "url": "https://git.massive.box/massivebox/siyuan-jsdraw-plugin",
-  "version": "0.1.0",
+  "version": "0.1.1",
   "minAppVersion": "3.0.12",
   "backends": [
     "windows",
diff --git a/public/i18n/en_US.json b/public/i18n/en_US.json
new file mode 100644
index 0000000..b6d2382
--- /dev/null
+++ b/public/i18n/en_US.json
@@ -0,0 +1,3 @@
+{
+  "insertDrawing": "Insert Drawing"
+}
\ No newline at end of file