Fixes some extensions strings missing for i18n

This commit is contained in:
YFdyh000
2017-07-22 21:04:25 +08:00
parent ad92e3f1c4
commit 8fc488e097
5 changed files with 11 additions and 6 deletions

View File

@@ -17,6 +17,7 @@
"html.suggest.angular1.desc": "Configures if the built-in HTML language support suggests Angular V1 tags and properties.",
"html.suggest.ionic.desc": "Configures if the built-in HTML language support suggests Ionic tags, properties and values.",
"html.suggest.html5.desc":"Configures if the built-in HTML language support suggests HTML5 tags, properties and values.",
"html.trace.server.desc": "Traces the communication between VS Code and the HTML language server.",
"html.validate.scripts": "Configures if the built-in HTML language support validates embedded scripts.",
"html.validate.styles": "Configures if the built-in HTML language support validates embedded styles."
}