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
343 stars 60 forks source link

Create ADO pipeline to scan and generate English jsons containing localization data #364

Closed apoorvdeshmukh closed 1 year ago

apoorvdeshmukh commented 1 year ago

We have a localization pipeline that generates the artifacts for localization when triggered. However, this pipeline would be triggered weekly and needs the updated English JSON file if there is any new content. Creating this issue to track the final pieces of work that maybe needed as part of onboarding go-sqlcmd with localization team.

### Tasks
- [x] Add  Localization.md that contains instruction on generating JSON files after a new content has been added for localization
- [ ] Automate above via a weekly pipeline job
apoorvdeshmukh commented 1 year ago

We will be using build.cmd to update the JSON files received from localization pipeline from locale directory.