azure-dev icon indicating copy to clipboard operation
azure-dev copied to clipboard

Leverage new VS Code localization API

Open karolz-ms opened this issue 3 years ago • 2 comments

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 by package.json (and thus cannot leverage the new API)
  • convert all the only-used-from-code strings to use the new API

karolz-ms avatar Oct 17 '22 18:10 karolz-ms

The API isn't totally formalized, so there is a likelihood of it changing in the next release (causing backward incompatibility issues).

tonybaloney avatar Oct 19 '22 01:10 tonybaloney

@tonybaloney roger. That is why this issue is in "Backlog" milestone.

karolz-ms avatar Oct 19 '22 15:10 karolz-ms