本地化Android App的Android Studio/IntelliJ IDEA插件:AndroidLocalizationer

這是一個 Android Studio/ IntelliJ IDEA 插件用于本地化你的 Android app,能夠自動翻譯你的String resources。

Translate all your strings in your string resources(e.g.strings.xml) to your target languages automactically. Help developers localize their Android app easily, with just one click.

Usage

Right click the strings resource file, choose 'Convert to other languages'.
本地化Android App的Android Studio/IntelliJ IDEA插件:AndroidLocalizationer
Then check the target languages.
本地化Android App的Android Studio/IntelliJ IDEA插件:AndroidLocalizationer
After clickingOK, the string resources will be translated and created in the correct value folder.

Feature

  • Filter the strings you don't wanna translate by addingNAL_prefix to thestring key, case sensitive. Change:
    <string name="flurry_id">FLURRY_ID</string>
    to
    <string name="NAL_flurry_id">FLURRY_ID</string>

  • Filter the strings you don't wanna translate by addingfilter rulein plugin settings interface

  • Set client id or client secret for Microsoft Translator, in case of running out of quota.

    本地化Android App的Android Studio/IntelliJ IDEA插件:AndroidLocalizationer

  • Set Google API key to use Google Translation API, you need to do this, at the Public API access section of the Credentials page, create a new Browser key. Please NOTE that this is a paid service.

項目主頁:http://www.baiduhome.net/lib/view/home/1419951446515

 本文由用戶 黑燈舞 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!