Don't translate Markdown.category Closes #16087 (#16159)

This commit is contained in:
Matt Bierner 2016-11-28 12:48:23 -08:00 committed by GitHub
parent 6d66c8bb64
commit 7320059e5c
2 changed files with 3 additions and 4 deletions

View file

@ -45,7 +45,7 @@
{
"command": "markdown.showPreview",
"title": "%markdown.preview.title%",
"category": "%markdown.category%",
"category": "Markdown",
"icon": {
"light": "./media/Preview.svg",
"dark": "./media/Preview_inverse.svg"
@ -54,7 +54,7 @@
{
"command": "markdown.showPreviewToSide",
"title": "%markdown.previewSide.title%",
"category": "%markdown.category%",
"category": "Markdown",
"icon": {
"light": "./media/PreviewOnRightPane_16x.svg",
"dark": "./media/PreviewOnRightPane_16x_dark.svg"
@ -63,7 +63,7 @@
{
"command": "markdown.showSource",
"title": "%markdown.showSource.title%",
"category": "%markdown.category%",
"category": "Markdown",
"icon": {
"light": "./media/ViewSource.svg",
"dark": "./media/ViewSource_inverse.svg"

View file

@ -1,5 +1,4 @@
{
"markdown.category" : "Markdown",
"markdown.preview.title" : "Open Preview",
"markdown.previewSide.title" : "Open Preview to the Side",
"markdown.showSource.title" : "Show Source"