|
4 | 4 | < vendor email= "[email protected]" url= "https://github.com/Airsaid/AndroidLocalizePlugin">Airsaid</ vendor> |
5 | 5 |
|
6 | 6 | <description><![CDATA[ |
7 | | - Android localization plugin. Support multiple languages, No need to apply for key.<br> |
8 | | - <li>1. Select the values/strings.xml.</li> |
9 | | - <li>2. Right-click and select Convert to other languages.</li> |
10 | | - <li>3. Select the language to be translated.</li> |
11 | | - <li>4. Click ok.</li> |
| 7 | + <h3>Android localization plugin, supports multiple languages and multiple translators.</h3> |
| 8 | + <b> |
| 9 | + <a href="https://github.com/Airsaid/AndroidLocalizePlugin">GitHub</a> | |
| 10 | + <a href="https://github.com/Airsaid/AndroidLocalizePlugin/issues">Issues</a> | |
| 11 | + <a href="https://plugins.jetbrains.com/plugin/11174-androidlocalize">Rate</a> |
| 12 | + </b> |
| 13 | + <h4>Features:</h4> |
| 14 | + <ul> |
| 15 | + <li>Multiple translator support: |
| 16 | + <ul> |
| 17 | + <li>Google translator.</li> |
| 18 | + <li>Baidu translator.</li> |
| 19 | + <li>Youdao translator.</li> |
| 20 | + </ul> |
| 21 | + </li> |
| 22 | + <li>Supports up to 100+ languages.</li> |
| 23 | + <li>One key generates all translation files.</li> |
| 24 | + <li>Support no translation of existing string.</li> |
| 25 | + <li>Support for specifying that text is not translated.</li> |
| 26 | + <li>Support for caching translated strings.</li> |
| 27 | + </ul> |
| 28 | + <h4>Usage:</h4> |
| 29 | + <ol> |
| 30 | + <li>Select the values/strings.xml.</li> |
| 31 | + <li>Right click and select "Translate to Other Languages".</li> |
| 32 | + <li>Select the languages to be translated.</li> |
| 33 | + <li>Click ok.</li> |
| 34 | + </ol> |
12 | 35 | ]]></description> |
13 | 36 |
|
14 | 37 | <change-notes><![CDATA[ |
15 | | - <li>V1.0: Initial release of the plugin.</li> |
16 | | - <li>V1.1: Support for automatic detection of source file language.</li> |
17 | | - <li>V1.2: Fixed garbled bug.</li> |
18 | | - <li>V1.3: Added Overwrite Existing String function. and optimize the experience of choice.</li> |
19 | | - <li>V1.4: Added proxy support and fixed bugs.</li> |
20 | | - <li>V1.5: Added select all options.</li> |
| 38 | + <ul> |
| 39 | + <li>Completely refactor the code.</li> |
| 40 | + <li>Added multiple translator support.</li> |
| 41 | + <li>Added "Open Translated File" option.</li> |
| 42 | + <li>Added translation cache.</li> |
| 43 | + <li>Optimized the experience.</li> |
| 44 | + <li>Fixed bugs.</li> |
| 45 | + </ul> |
| 46 | + <a href="https://github.com/Airsaid/AndroidLocalizePlugin/blob/master/CHANGELOG.md"><b>Full Changelog History</b></a> |
21 | 47 | ]]></change-notes> |
22 | 48 |
|
23 | 49 | <!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description --> |
|
0 commit comments