Fix bug due to empty i18n folder
Some checks failed
Create Release on Tag Push / build (push) Has been cancelled
Some checks failed
Create Release on Tag Push / build (push) Has been cancelled
This commit is contained in:
parent
eaca7fc192
commit
5c261b35f2
2 changed files with 4 additions and 1 deletions
|
@ -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
3
public/i18n/en_US.json
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"insertDrawing": "Insert Drawing"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue