i18 support for markdown editor tooltip

This commit is contained in:
Hiroyasu Nishiyama
2018-12-11 22:33:11 +09:00
parent ea4d65ceee
commit 2f884ec778
3 changed files with 40 additions and 17 deletions

View File

@@ -718,7 +718,19 @@
},
"markdownEditor": {
"title": "Markdown editor",
"format": "Formatted with markdown"
"format": "Formatted with markdown",
"heading1": "Heading 1",
"heading2": "Heading 2",
"heading3": "Heading 3",
"bold": "Bold",
"italic": "Italic",
"code": "Code",
"ordered-list": "Ordered list",
"unordered-list": "Unordered list",
"quote": "Quote",
"link": "Link",
"horizontal-rule": "Horizontal rule",
"toggle-preview": "Toggle preview"
},
"bufferEditor": {
"title": "Buffer editor",