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

Question about translating a specific string #52

Closed Turalllb closed 2 years ago

Turalllb commented 2 years ago

Tell me if it will be difficult to implement such a function: When you click on the string tag, call up a menu for translating this particular string into other languages. This function is needed when the text of some line has been changed and it needs to be changed in all other languages. In such a situation, it is not reasonable to call a complete overwrite of the entire file, because there are texts that professional translators have worked on.

Airsaid commented 2 years ago

Calling out the menu is not a good solution, it leads to an increase in the number of operation steps.

In a later version, it will be possible to use this feature directly if an entry is already translated, and only translate entries that do not exist.