Skip to content

Commit 60d71a3

Browse files
committed
localize "Manage Integrations" command label
1 parent 374fc26 commit 60d71a3

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
@@ -87,7 +87,7 @@
8787
},
8888
{
8989
"command": "deepnote.manageIntegrations",
90-
"title": "Manage Integrations",
90+
"title": "%deepnote.commands.manageIntegrations.title%",
9191
"category": "Deepnote",
9292
"icon": "$(plug)"
9393
},

package.nls.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@
249249
"deepnote.commands.openNotebook.title": "Open Notebook",
250250
"deepnote.commands.openFile.title": "Open File",
251251
"deepnote.commands.revealInExplorer.title": "Reveal in Explorer",
252+
"deepnote.commands.manageIntegrations.title": "Manage Integrations",
252253
"deepnote.views.explorer.name": "Explorer",
253254
"deepnote.command.selectNotebook.title": "Select Notebook"
254255
}

0 commit comments

Comments
 (0)