update to langpacks8-2-2021 (#16525)

This commit is contained in:
Alex Ma
2021-08-02 11:15:58 -07:00
committed by GitHub
parent 30393a1f1b
commit 045dc3e558
170 changed files with 18505 additions and 145 deletions

View File

@@ -11,7 +11,7 @@
"license": "SEE SOURCE EULA LICENSE IN LICENSE.txt",
"engines": {
"vscode": "*",
"azdata": "^1.31.0"
"azdata": "^1.32.0"
},
"icon": "languagepack.png",
"categories": [
@@ -215,6 +215,54 @@
{
"id": "Microsoft.schema-compare",
"path": "./translations/extensions/schema-compare.i18n.json"
},
{
"id": "Microsoft.arc",
"path": "./translations/extensions/arc.i18n.json"
},
{
"id": "Microsoft.asde-deployment",
"path": "./translations/extensions/asde-deployment.i18n.json"
},
{
"id": "Microsoft.azdata",
"path": "./translations/extensions/azdata.i18n.json"
},
{
"id": "Microsoft.azurehybridtoolkit",
"path": "./translations/extensions/azurehybridtoolkit.i18n.json"
},
{
"id": "Microsoft.data-workspace",
"path": "./translations/extensions/data-workspace.i18n.json"
},
{
"id": "Microsoft.kusto",
"path": "./translations/extensions/kusto.i18n.json"
},
{
"id": "Microsoft.machine-learning",
"path": "./translations/extensions/machine-learning.i18n.json"
},
{
"id": "Microsoft.query-history",
"path": "./translations/extensions/query-history.i18n.json"
},
{
"id": "Microsoft.sql-assessment",
"path": "./translations/extensions/sql-assessment.i18n.json"
},
{
"id": "Microsoft.sql-database-projects",
"path": "./translations/extensions/sql-database-projects.i18n.json"
},
{
"id": "Microsoft.sql-migration",
"path": "./translations/extensions/sql-migration.i18n.json"
},
{
"id": "Microsoft.xml-language-features",
"path": "./translations/extensions/xml-language-features.i18n.json"
}
]
}
@@ -223,4 +271,4 @@
"scripts": {
"update": "cd ../vscode && npm run update-localization-extension ru"
}
}
}