azure-dev
azure-dev copied to clipboard
Leverage new VS Code localization API
VS Code is introducing a new API for localization: https://code.visualstudio.com/updates/v1_72#_localization-as-part-of-the-api
We should:
- review the localizable strings that we have in
package.nls.json, leaving only those that are referenced bypackage.json(and thus cannot leverage the new API) - convert all the only-used-from-code strings to use the new API
The API isn't totally formalized, so there is a likelihood of it changing in the next release (causing backward incompatibility issues).
@tonybaloney roger. That is why this issue is in "Backlog" milestone.