mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Merge pull request #31253 from yfdyh000/i18n-fixes
Fixes some extensions strings missing for i18n
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
"title": "CSS",
|
||||
"allOf": [
|
||||
{
|
||||
"title": "Controls CSS validation and problem severities.",
|
||||
"title": "%css.validate.title%",
|
||||
"properties": {
|
||||
"css.validate": {
|
||||
"type": "boolean",
|
||||
@@ -280,7 +280,7 @@
|
||||
"verbose"
|
||||
],
|
||||
"default": "off",
|
||||
"description": "Traces the communication between VS Code and the CSS language server."
|
||||
"description": "%css.trace.server.desc%"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -292,7 +292,7 @@
|
||||
"title": "SCSS (Sass)",
|
||||
"allOf": [
|
||||
{
|
||||
"title": "Controls SCSS validation and problem severities.",
|
||||
"title": "%scss.validate.title%",
|
||||
"properties": {
|
||||
"scss.validate": {
|
||||
"type": "boolean",
|
||||
@@ -516,7 +516,7 @@
|
||||
"title": "LESS",
|
||||
"allOf": [
|
||||
{
|
||||
"title": "Controls LESS validation and problem severities.",
|
||||
"title": "%less.validate.title%",
|
||||
"properties": {
|
||||
"less.validate": {
|
||||
"type": "boolean",
|
||||
|
||||
Reference in New Issue
Block a user