mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Added localization for title and category for dacpac (#16811)
* added localization for title and category for dacpac * changed package.nls.json to DacFx * update for xlf
This commit is contained in:
@@ -38,8 +38,8 @@
|
|||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
"command": "dacFx.start",
|
"command": "dacFx.start",
|
||||||
"title": "Data-tier Application wizard",
|
"title": "%dacFx.startTitle%",
|
||||||
"category": "Data-tier Application"
|
"category": "%dacFx.category%"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"menus": {
|
"menus": {
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{
|
{
|
||||||
"dacFx.settings": "Dacpac",
|
"dacFx.settings": "Dacpac",
|
||||||
|
"dacFx.startTitle": "Data-tier Application Wizard",
|
||||||
|
"dacFx.category": "DacFx",
|
||||||
"dacFx.defaultSaveLocation": "Full path to folder where .DACPAC and .BACPAC files are saved by default"
|
"dacFx.defaultSaveLocation": "Full path to folder where .DACPAC and .BACPAC files are saved by default"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,12 @@
|
|||||||
<trans-unit id="dacFx.settings">
|
<trans-unit id="dacFx.settings">
|
||||||
<source xml:lang="en">Dacpac</source>
|
<source xml:lang="en">Dacpac</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
<trans-unit id="dacFx.startTitle">
|
||||||
|
<source xml:lang="en">Data-tier Application Wizard</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="dacFx.category">
|
||||||
|
<source xml:lang="en">DacFx</source>
|
||||||
|
</trans-unit>
|
||||||
<trans-unit id="dacFx.defaultSaveLocation">
|
<trans-unit id="dacFx.defaultSaveLocation">
|
||||||
<source xml:lang="en">Full path to folder where .DACPAC and .BACPAC files are saved by default</source>
|
<source xml:lang="en">Full path to folder where .DACPAC and .BACPAC files are saved by default</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
|||||||
Reference in New Issue
Block a user