[Loc] update to xlf 5-12-2022 and fix for sqltoolsservice exclusion bug in gulp extensions (#19367)

This commit is contained in:
Alex Ma
2022-05-12 19:10:26 -07:00
committed by GitHub
parent 9bb035d3eb
commit c7da145c92
4 changed files with 37 additions and 8 deletions

View File

@@ -85,6 +85,9 @@
<trans-unit id="input">
<source xml:lang="en">Input</source>
</trans-unit>
<trans-unit id="inputDescription">
<source xml:lang="en">Retrieves data from a database</source>
</trans-unit>
<trans-unit id="install">
<source xml:lang="en">Install</source>
</trans-unit>
@@ -118,6 +121,9 @@
<trans-unit id="output">
<source xml:lang="en">Output</source>
</trans-unit>
<trans-unit id="outputDescription">
<source xml:lang="en">Save data to a database</source>
</trans-unit>
<trans-unit id="save">
<source xml:lang="en">Save</source>
</trans-unit>