forked from cezary-butler/google-translate-idea-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
20 lines (13 loc) · 838 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
google-translate-idea-plugin ver. 1.0.2
This plugin performs translations in Editor window from one language to another. It uses "translate.google.com" service behind the scene.
Plugin is especially convenient when you are trying to translate long i18n.property
files in your project for different languages.
Plugin adds "Translate" item into popup menu for the editor (also, in "Code" menu and
"Generate" group). It also have separate configuration screen for selecting "from"
and "to" languages.
How to use
1. Select the part to be translated;
2. Select "Translate" item from the editor popup menu;
3. "translate.google.com" web site will perform actual translation;
4. Response from the service will be inserted in place of selection.
Author: Alexander Shvets (mailto:[email protected]).