microsoft / go-sqlcmd

The new sqlcmd, CLI for SQL Server and Azure SQL (winget install sqlcmd / sqlcmd create mssql / sqlcmd open ads)
https://learn.microsoft.com/sql/tools/sqlcmd/go-sqlcmd-utility
MIT License
323 stars 57 forks source link

Update localization settings #379

Closed apoorvdeshmukh closed 1 year ago

apoorvdeshmukh commented 1 year ago

This commit update the language IDs so that the localization artifacts are generated in same directories as the ones generated by Golang localization framework. The output path is intentionally kept different to make sure that the initial pipeline run does not affect the existing builds which contains partial localized data. The localization team will checkin the localized artifacts in the output path. We will keep the content received from localization team and the one used by our builds in sync via script.

apoorvdeshmukh commented 1 year ago

After this PR is merged, localization pipeline will be run on main branch and the generated artifacts will be used for onboarding