Updated langpacks to be pushed in (#15519)

* updated langpacks to be pushed in

* bumped version number to 1.29.0

* patched german lang pack

* patched spanish langpack

* patched french langpack

* italian langpack patched

* Japanese langpack patched

* Korean langpack patched

* portuguese langpack patched

* russian langpack patched

* patched chinese simplified langpack and fixed changelog for ru and pt

* patched chinese traditional langpack
This commit is contained in:
Alex Ma
2021-05-20 12:54:37 -07:00
committed by GitHub
parent 2ec720d5b9
commit a187e8f2de
210 changed files with 42812 additions and 39075 deletions

View File

@@ -2,7 +2,7 @@
"name": "ads-language-pack-pt-BR",
"displayName": "Portuguese (Brazil) Language Pack for Azure Data Studio",
"description": "Language pack extension for Portuguese (Brazil)",
"version": "1.26.0",
"version": "1.29.0",
"publisher": "Microsoft",
"repository": {
"type": "git",
@@ -10,8 +10,8 @@
},
"license": "SEE SOURCE EULA LICENSE IN LICENSE.txt",
"engines": {
"vscode": "^1.34.0",
"azdata": ">=1.26.0"
"vscode": "*",
"azdata": ">=1.29.0"
},
"icon": "languagepack.png",
"categories": [
@@ -24,58 +24,6 @@
"languageName": "Portuguese (Brazil)",
"localizedLanguageName": "português (Brasil)",
"translations": [
{
"id": "Microsoft.admin-tool-ext-win",
"path": "./translations/extensions/admin-tool-ext-win.i18n.json"
},
{
"id": "Microsoft.agent",
"path": "./translations/extensions/agent.i18n.json"
},
{
"id": "Microsoft.azurecore",
"path": "./translations/extensions/azurecore.i18n.json"
},
{
"id": "Microsoft.big-data-cluster",
"path": "./translations/extensions/big-data-cluster.i18n.json"
},
{
"id": "Microsoft.cms",
"path": "./translations/extensions/cms.i18n.json"
},
{
"id": "Microsoft.dacpac",
"path": "./translations/extensions/dacpac.i18n.json"
},
{
"id": "Microsoft.import",
"path": "./translations/extensions/import.i18n.json"
},
{
"id": "Microsoft.mssql",
"path": "./translations/extensions/mssql.i18n.json"
},
{
"id": "Microsoft.notebook",
"path": "./translations/extensions/notebook.i18n.json"
},
{
"id": "Microsoft.profiler",
"path": "./translations/extensions/profiler.i18n.json"
},
{
"id": "Microsoft.resource-deployment",
"path": "./translations/extensions/resource-deployment.i18n.json"
},
{
"id": "Microsoft.schema-compare",
"path": "./translations/extensions/schema-compare.i18n.json"
},
{
"id": "Microsoft.sqlservernotebook",
"path": "./translations/extensions/Microsoft.sqlservernotebook.i18n.json"
},
{
"id": "vscode",
"path": "./translations/main.i18n.json"
@@ -125,7 +73,7 @@
"path": "./translations/extensions/json.i18n.json"
},
{
"id": "vscode.markdown",
"id": "vscode.markdown-basics",
"path": "./translations/extensions/markdown-basics.i18n.json"
},
{
@@ -215,12 +163,36 @@
{
"id": "vscode.yaml",
"path": "./translations/extensions/yaml.i18n.json"
},
{
"id": "Microsoft.azurecore",
"path": "./translations/extensions/azurecore.i18n.json"
},
{
"id": "Microsoft.big-data-cluster",
"path": "./translations/extensions/big-data-cluster.i18n.json"
},
{
"id": "Microsoft.sqlservernotebook",
"path": "./translations/extensions/Microsoft.sqlservernotebook.i18n.json"
},
{
"id": "Microsoft.mssql",
"path": "./translations/extensions/mssql.i18n.json"
},
{
"id": "Microsoft.notebook",
"path": "./translations/extensions/notebook.i18n.json"
},
{
"id": "Microsoft.resource-deployment",
"path": "./translations/extensions/resource-deployment.i18n.json"
}
]
}
]
},
"scripts": {
"update": "cd ../vscode && npm run update-localization-extension pt_BR"
"update": "cd ../vscode && npm run update-localization-extension pt-br"
}
}