add codeEditor settings

This commit is contained in:
Steve-Mcl
2021-04-29 16:53:59 +01:00
parent 64b79cd5ac
commit 69dafd6c68
4 changed files with 13 additions and 2 deletions

View File

@@ -111,6 +111,7 @@
"projects-open": "Open",
"projects-settings": "Project Settings",
"showNodeLabelDefault": "Show label of newly added nodes",
"codeEditor": "Code Editor",
"groups": "Groups",
"groupSelection": "Group selection",
"ungroupSelection": "Ungroup selection",
@@ -885,6 +886,9 @@
"eval": "Error evaluating expression:\n __message__"
}
},
"monaco": {
"setTheme": "Set theme"
},
"jsEditor": {
"title": "JavaScript editor"
},