Add localization comment (#176272)

Add localization message

Fixes #176140
This commit is contained in:
Matt Bierner 2023-03-06 09:40:56 -08:00 committed by GitHub
parent e1b6dbbac2
commit 6aada102db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,5 +6,10 @@
"newUntitledIpynb.shortTitle": "Jupyter Notebook",
"openIpynbInNotebookEditor.title": "Open IPYNB File In Notebook Editor",
"cleanInvalidImageAttachment.title": "Clean Invalid Image Attachment Reference",
"markdownAttachmentRenderer.displayName": "Markdown it ipynb Cell Attachment renderer"
"markdownAttachmentRenderer.displayName": {
"message": "Markdown-It ipynb Cell Attachment renderer",
"comment": [
"Markdown-It is a product name and should not be translated"
]
}
}