code-debug icon indicating copy to clipboard operation
code-debug copied to clipboard

FR: add localization support to this extension

Open GitMensch opened this issue 5 years ago • 0 comments

It looks like the standard way for vscode is json string replacement via https://github.com/microsoft/vscode-nls.

See https://github.com/microsoft/vscode-extension-samples/tree/master/i18n-sample how to integrate it. I won't recommend to use Transifex, instead just add the necessary infrastructure and let people PR to the new i18n directory providing the translations.

GitMensch avatar Oct 09 '20 06:10 GitMensch