mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
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:
@@ -2,7 +2,7 @@
|
||||
"name": "ads-language-pack-ru",
|
||||
"displayName": "Russian Language Pack for Azure Data Studio",
|
||||
"description": "Language pack extension for Russian",
|
||||
"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": "Russian",
|
||||
"localizedLanguageName": "русский",
|
||||
"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,6 +163,30 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user