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:
Alex Ma
2023-04-24 11:33:13 -07:00
committed by GitHub
parent 7f388dd420
commit c42418d89c
105 changed files with 8591 additions and 10087 deletions

View File

@@ -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.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"