Airsaid / AndroidLocalizePlugin

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

Translate individual strings #107

Open rbenza opened 1 year ago

rbenza commented 1 year ago

Would be great if it were possible to translate individual strings into multiple languages at once, instead of only a whole xml file. Since this can take a lot of time and sometimes you only want a part of your string values translated.

Airsaid commented 1 year ago

Hi, thanks for your feedback!

This feature may be considered in subsequent developments.

archie94 commented 1 year ago

Wanted to know is there any option to have incremental translations? Like instead of translating the entire xml file blindly, have a lookup of the already existing translation and add the ones which are missing?