Fix bug due to empty i18n folder
Some checks failed
Create Release on Tag Push / build (push) Has been cancelled

This commit is contained in:
MassiveBox 2025-04-01 09:12:51 +02:00
parent eaca7fc192
commit 5c261b35f2
Signed by: massivebox
GPG key ID: 9B74D3A59181947D
2 changed files with 4 additions and 1 deletions

View file

@ -2,7 +2,7 @@
"name": "siyuan-jsdraw-plugin", "name": "siyuan-jsdraw-plugin",
"author": "massivebox", "author": "massivebox",
"url": "https://git.massive.box/massivebox/siyuan-jsdraw-plugin", "url": "https://git.massive.box/massivebox/siyuan-jsdraw-plugin",
"version": "0.1.0", "version": "0.1.1",
"minAppVersion": "3.0.12", "minAppVersion": "3.0.12",
"backends": [ "backends": [
"windows", "windows",

3
public/i18n/en_US.json Normal file
View file

@ -0,0 +1,3 @@
{
"insertDrawing": "Insert Drawing"
}