mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Added localized vscode extensions to localization source files (#21684)
* added localized vscode extensions * bump to 1.42
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.41.0",
|
||||
"version": "1.42.0",
|
||||
"publisher": "Microsoft",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -11,7 +11,7 @@
|
||||
"license": "SEE SOURCE EULA LICENSE IN LICENSE.txt",
|
||||
"engines": {
|
||||
"vscode": "*",
|
||||
"azdata": "^1.41.0"
|
||||
"azdata": "^1.42.0"
|
||||
},
|
||||
"icon": "languagepack.png",
|
||||
"categories": [
|
||||
@@ -36,13 +36,25 @@
|
||||
"id": "vscode.configuration-editing",
|
||||
"path": "./translations/extensions/configuration-editing.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.csharp",
|
||||
"path": "./translations/extensions/csharp.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.dart",
|
||||
"path": "./translations/extensions/dart.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.docker",
|
||||
"path": "./translations/extensions/docker.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.git-ui",
|
||||
"path": "./translations/extensions/git-ui.i18n.json"
|
||||
"id": "vscode.fsharp",
|
||||
"path": "./translations/extensions/fsharp.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.git-base",
|
||||
"path": "./translations/extensions/git-base.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.git",
|
||||
@@ -56,10 +68,18 @@
|
||||
"id": "vscode.github",
|
||||
"path": "./translations/extensions/github.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.html",
|
||||
"path": "./translations/extensions/html.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.image-preview",
|
||||
"path": "./translations/extensions/image-preview.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.javascript",
|
||||
"path": "./translations/extensions/javascript.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.json-language-features",
|
||||
"path": "./translations/extensions/json-language-features.i18n.json"
|
||||
@@ -68,6 +88,10 @@
|
||||
"id": "vscode.json",
|
||||
"path": "./translations/extensions/json.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.julia",
|
||||
"path": "./translations/extensions/julia.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.markdown-basics",
|
||||
"path": "./translations/extensions/markdown-basics.i18n.json"
|
||||
@@ -76,6 +100,10 @@
|
||||
"id": "vscode.markdown-language-features",
|
||||
"path": "./translations/extensions/markdown-language-features.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.markdown-math",
|
||||
"path": "./translations/extensions/markdown-math.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.merge-conflict",
|
||||
"path": "./translations/extensions/merge-conflict.i18n.json"
|
||||
@@ -100,6 +128,10 @@
|
||||
"id": "vscode.search-result",
|
||||
"path": "./translations/extensions/search-result.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.simple-browser",
|
||||
"path": "./translations/extensions/simple-browser.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.sql",
|
||||
"path": "./translations/extensions/sql.i18n.json"
|
||||
@@ -148,10 +180,6 @@
|
||||
"id": "vscode.theme-tomorrow-night-blue",
|
||||
"path": "./translations/extensions/theme-tomorrow-night-blue.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.typescript-basics",
|
||||
"path": "./translations/extensions/typescript-basics.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.xml",
|
||||
"path": "./translations/extensions/xml.i18n.json"
|
||||
@@ -188,10 +216,6 @@
|
||||
"id": "Microsoft.azurehybridtoolkit",
|
||||
"path": "./translations/extensions/azurehybridtoolkit.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "Microsoft.big-data-cluster",
|
||||
"path": "./translations/extensions/big-data-cluster.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "Microsoft.cms",
|
||||
"path": "./translations/extensions/cms.i18n.json"
|
||||
|
||||
Reference in New Issue
Block a user