Airsaid / AndroidLocalizePlugin

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

New feature(auto translate entire project) #81

Open hocesjc opened 1 year ago

hocesjc commented 1 year ago

Hello, I think that a very good feature would be for the plugin to go through the entire project looking for files with the xml extension that contain and translate them so as not to have to go file by file.

Airsaid commented 1 year ago

Hi, I don't think automatic translation is a good idea, it will bother the user and it is better to let it trigger actively.

For scenarios where there are multiple string resource files in the project, which may be common in large projects, it may be possible to consider supporting direct directory selection and then scanning the string resource files in that directory for translation in subsequent versions.

hocesjc commented 1 year ago

that is what I meant, but with the entire project and select the value defaults directories

Airsaid commented 1 year ago

Thanks for the suggestion! This feature will be considered in a subsequent release.

hocesjc commented 1 year ago

thanks :)