Airsaid / AndroidLocalizePlugin

:earth_asia: Android localization plugin. supports multiple languages and multiple translators.
https://plugins.jetbrains.com/plugin/11174-androidlocalize
Apache License 2.0
583 stars 91 forks source link

Support no translation of existing string. #64

Closed Swordox972 closed 2 years ago

Swordox972 commented 2 years ago

Please ensure you have given all the following requested information in your report.

Version of Plugin and IDE

Issue details

How to simply translate one String into another languages and not overwrite the existing strings translated as the Google Api is only 10$ free per months.

Airsaid commented 2 years ago

There is already support for not translating already existing strings.

You just need to uncheck the "Overwrite Existoin String" option: image

Moreover, the plugin also supports caching, which can be set in the settings to avoid repeated translations.