Skip to content

ezura/intellij-plugin-translator

Repository files navigation

intellij-plugin-translator

CircleCI

Translate selected text with papago API.

sample

How to install

install from marketplace

https://plugins.jetbrains.com/plugin/17429-text-translator

install from zip file

  1. Download zip file(intellij-plugin-translator-x.x.zip ) from Release note.
  2. Open your Intellij IDE.
  3. Select: Plugin > settings icon > Install Plugin from Disk...
  4. Select the downloaded zip file.

Getting start

  1. Get API client ID and secret of Naver Open API.
    1. Register Application at https://developers.naver.com/apps/#/list.
    2. Select the below APIs.
      • Papago translation
      • Papago language detection
    3. Click the "Register" button.
    4. You can get an API client ID and secret.
  2. Open IntelliJ preference > Tools > Translation Plugin Settings
  3. Set the API client ID and the secret of Naver Open API.
  4. Set language settings. You can see selectable languages at Papago translation API reference.
    setting screen
  5. Now you're ready to use this plugin!
  6. Select a text you want to translate and type "alt + T", then you can get the translated text.