vscode-code-runner icon indicating copy to clipboard operation
vscode-code-runner copied to clipboard

Add l10n support to Code Runner

Open jihuayu opened this issue 2 years ago • 0 comments

Hi, Code Runner is a very useful VSCode extension that many of my friends use. Thank you for developing such a useful extension. But, it only provides an English interface and configuration options. Adding localization support can improve the usability of this extension for developers whose native language is not English. So, I suggest adding l10n support to this extension.

Starting from VSCode version 1.73.0, VSCode introduced the l10n API. We can use it directly.

If you think adding l10n support is ok, I am willing to work on it.

Also see

VSCode doc about l10n VSCode l10n GitHub repo VSCode extension l10n sample

jihuayu avatar Dec 23 '23 08:12 jihuayu