mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Update to langpack base source file, and fix to xlf generation. (#22829)
* update to build lib and langpack base files * fix for gulp localization xlf task and xlf update * fix to yarn
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name": "ads-language-pack-de",
|
||||
"displayName": "German Language Pack for Azure Data Studio",
|
||||
"description": "Language pack extension for German",
|
||||
"version": "1.43.0",
|
||||
"version": "1.44.0",
|
||||
"publisher": "Microsoft",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -11,7 +11,7 @@
|
||||
"license": "SEE SOURCE EULA LICENSE IN LICENSE.txt",
|
||||
"engines": {
|
||||
"vscode": "*",
|
||||
"azdata": "^1.43.0"
|
||||
"azdata": "^1.44.0"
|
||||
},
|
||||
"icon": "languagepack.png",
|
||||
"categories": [
|
||||
@@ -76,6 +76,10 @@
|
||||
"id": "vscode.image-preview",
|
||||
"path": "./translations/extensions/image-preview.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.ipynb",
|
||||
"path": "./translations/extensions/ipynb.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.javascript",
|
||||
"path": "./translations/extensions/javascript.i18n.json"
|
||||
@@ -112,6 +116,10 @@
|
||||
"id": "vscode.microsoft-authentication",
|
||||
"path": "./translations/extensions/microsoft-authentication.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.notebook-renderers",
|
||||
"path": "./translations/extensions/notebook-renderers.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.powershell",
|
||||
"path": "./translations/extensions/powershell.i18n.json"
|
||||
|
||||
Reference in New Issue
Block a user