Skip to content

Commit c7ca6f5

Browse files
subhash-arabhiAchal1607
authored andcommitted
Added new commands to localisation english file
1 parent d1db013 commit c7ca6f5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@
483483
},
484484
{
485485
"command": "jdk.jshell.project",
486-
"title": "Open JShell in context of a Project",
486+
"title": "%jdk.jshell.project%",
487487
"category": "Java"
488488
},
489489
{
@@ -591,7 +591,7 @@
591591
},
592592
{
593593
"command": "jdk.notebook.new",
594-
"title": "Create New Notebook...",
594+
"title": "%jdk.notebook.new%",
595595
"category": "Java",
596596
"icon": "$(new-file)"
597597
}

vscode/package.nls.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@
66
"jdk.workspace.new": "New File from Template...",
77
"jdk.workspace.newproject": "New Project...",
88
"jdk.java.goto.super.implementation": "Go to Super Implementation",
9+
"jdk.jshell.project": "Open JShell in context of a Project",
910
"jdk.open.type": "Open Type...",
1011
"jdk.foundProjects.deleteEntry": "Delete",
1112
"jdk.Edit.org.openide.actions.DeleteAction": "Delete",
1213
"workbench.action.debug.run": "Run Without Debugging",
1314
"workbench.action.debug.start": "Start Debugging",
15+
"jdk.notebook.new": "Create New Notebook...",
1416
"jdk.project.run": "Run Project Without Debugging",
1517
"jdk.project.debug": "Debug Project",
1618
"jdk.project.test": "Test Project",

0 commit comments

Comments
 (0)