Skip to content

Commit 0d99c0d

Browse files
committed
localize run command label
1 parent 4e5470b commit 0d99c0d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@
487487
},
488488
{
489489
"command": "jupyter.notebookeditor.runfocusedcell",
490-
"title": "Run Focused Cell",
490+
"title": "%jupyter.command.jupyter.notebookeditor.runfocusedcell.title%",
491491
"category": "Notebook",
492492
"enablement": "notebookEditorFocused"
493493
},

package.nls.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
"message": "Add Empty Cell to Notebook File",
9393
"comment": ["{Locked='Notebook'}"]
9494
},
95+
"jupyter.command.jupyter.notebookeditor.runfocusedcell.title": "Run Focused Cell",
9596
"jupyter.command.jupyter.interruptkernel.title": "Interrupt Kernel",
9697
"jupyter.command.jupyter.interruptkernel.shorttitle": "Interrupt",
9798
"jupyter.command.jupyter.restartkernel.title": "Restart Kernel",

0 commit comments

Comments
 (0)