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
334 stars 58 forks source link

Wrap pending user visible content with localizer routines #325

Closed apoorvdeshmukh closed 1 year ago

apoorvdeshmukh commented 1 year ago

This commit closes #298. All the user visible content will be wrapped under localization routines from localizer package. It is advised that all user visible content makes use of these routines to localize the content.

apoorvdeshmukh commented 1 year ago

Backward compat syntax content will be wrapped with ocalization routine after kongToCobra PR is merged. Need help in reviewing if any additional content should also be localized or excluded. Once reviewed, I will add the JSON files for all the languages which contain all these strings for localization. I plan to merge this before localization pipeline is setup so that we have all the strings to be localized in place.

apoorvdeshmukh commented 1 year ago

Pushed another commit for localizing the content for backward compatibility flags which was pending for KongToCobra PR