mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Work with single ext loc file (#7894)
* try loc with single file model * adding filter and languages * add links in langpack json * changing variable name and limiting the list to only tested extensions
This commit is contained in:
@@ -315,6 +315,18 @@
|
||||
{
|
||||
"id": "vscode.yaml",
|
||||
"path": "./translations/extensions/yaml.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "Microsoft.dacpac",
|
||||
"path": "./translations/extensions/dacpac.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "Microsoft.schema-compare",
|
||||
"path": "./translations/extensions/schema-compare.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "Microsoft.notebook",
|
||||
"path": "./translations/extensions/notebook.i18n.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -323,4 +335,4 @@
|
||||
"scripts": {
|
||||
"update": "cd ../vscode && npm run update-localization-extension ru"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user