We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374fc26 commit 60d71a3Copy full SHA for 60d71a3
package.json
@@ -87,7 +87,7 @@
87
},
88
{
89
"command": "deepnote.manageIntegrations",
90
- "title": "Manage Integrations",
+ "title": "%deepnote.commands.manageIntegrations.title%",
91
"category": "Deepnote",
92
"icon": "$(plug)"
93
package.nls.json
@@ -249,6 +249,7 @@
249
"deepnote.commands.openNotebook.title": "Open Notebook",
250
"deepnote.commands.openFile.title": "Open File",
251
"deepnote.commands.revealInExplorer.title": "Reveal in Explorer",
252
+ "deepnote.commands.manageIntegrations.title": "Manage Integrations",
253
"deepnote.views.explorer.name": "Explorer",
254
"deepnote.command.selectNotebook.title": "Select Notebook"
255
}
0 commit comments