This plugin provides a translation source for the comment-translate vscode extension.
It relies on a local LibreTranslate install making the translation 100% free ;)
Features
Over comments to display translations in the info.
Replace selection by translation
Insert translation after selection
Requirements
LibreTranslate: free and Open Source Machine Translation API, entirely self-hosted. Unlike other APIs, it doesn't rely on proprietary providers such as Google or Azure to perform translations. Instead, its translation engine is powered by the open source Argos Translate library.
comment-translate vscode extension: this extension helps developers translate comments, strings, code hints, error messages, and variable names in their code.
You can open a web browser to http://localhost:5000 an try the engine and use it directly.
The extension will target the local web API, see the official doc