Update to XLF file names and LCL files (#24135)

* added changes to gulpfile and locfunc along with updated lcls

* Added Portuguese updated lcls

* added last batch of renamed lcl files

* added renamed XLF files
This commit is contained in:
Alex Ma
2023-08-15 10:40:59 -07:00
committed by GitHub
parent 752c33c960
commit 8cbbf9eaeb
273 changed files with 58104 additions and 58185 deletions

View File

@@ -155,34 +155,34 @@ gulp.task(optimizeVSCodeTask);
// List of ADS extension XLF files that we want to put into the English resource folder.
const extensionsFilter = filter([
'**/admin-tool-ext-win.xlf',
'**/agent.xlf',
'**/arc.xlf',
'**/asde-deployment.xlf',
'**/azcli.xlf',
'**/azurecore.xlf',
'**/azuremonitor.xlf',
'**/cms.xlf',
'**/context-monitor.xlf',
'**/dacpac.xlf',
'**/data-workspace.xlf',
'**/datavirtualization.xlf',
'**/git.xlf',
'**/import.xlf',
'**/kusto.xlf',
'**/machine-learning.xlf',
'**/mssql.xlf',
'**/notebook.xlf',
'**/profiler.xlf',
'**/query-history.xlf',
'**/query-store.xlf',
'**/resource-deployment.xlf',
'**/schema-compare.xlf',
'**/server-report.xlf',
'**/sql-assessment.xlf',
'**/sql-bindings.xlf',
'**/sql-database-projects.xlf',
'**/sql-migration.xlf'
'**/Microsoft.admin-tool-ext-win.xlf',
'**/Microsoft.agent.xlf',
'**/Microsoft.arc.xlf',
'**/Microsoft.asde-deployment.xlf',
'**/Microsoft.azcli.xlf',
'**/Microsoft.azurecore.xlf',
'**/Microsoft.azuremonitor.xlf',
'**/Microsoft.cms.xlf',
'**/Microsoft.context-builder.xlf',
'**/Microsoft.dacpac.xlf',
'**/Microsoft.data-workspace.xlf',
'**/Microsoft.datavirtualization.xlf',
'**/Microsoft.import.xlf',
'**/Microsoft.kusto.xlf',
'**/Microsoft.machine-learning.xlf',
'**/Microsoft.mssql.xlf',
'**/Microsoft.notebook.xlf',
'**/Microsoft.profiler.xlf',
'**/Microsoft.query-history.xlf',
'**/Microsoft.query-store.xlf',
'**/Microsoft.resource-deployment.xlf',
'**/Microsoft.schema-compare.xlf',
'**/Microsoft.server-report.xlf',
'**/Microsoft.sql-assessment.xlf',
'**/Microsoft.sql-database-projects.xlf',
'**/Microsoft.sql-migration.xlf',
'**/ms-mssql.sql-bindings-vscode.xlf',
'**/vscode.git.xlf',
]);
// Copy ADS extension XLFs into English resource folder.