Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 2.7 KB

README.md

File metadata and controls

65 lines (38 loc) · 2.7 KB

vscode-konjac

VSCode extension for Google Translate

Visual Studio Marketplace Version Visual Studio Marketplace Downloads Visual Studio Marketplace Installs

Google Cloud Translation API is a paid service. However, this extension is free because it uses Google Apps Script.

⚠️ Requirements

This extension requires konjac-api.

You can install it from here.

Features

  • Translate This

    feature translate

  • Translate This and Replace

    feature replace

  • Translate This and Set clipboard

  • Select the language to use for translation

    feature configure

  • This extension also functions as a translation source for the Comment Translate extension

Extension Settings

This extension contributes the following settings:

  • konjac.apiUrl: your konjac-api url
  • konjac.target: default target language

Release Notes

0.4.0

0.3.0

0.2.4

  • replace original position if the cursor moves during translation #1 - Thanks @nazoking

0.2.3

  • Add command "Translate This and Replace"
  • Add command "Select Target Language"
  • Add commands to the editor context menu

0.1.0

Initial release!