I have an app with several translations, and I want to delete some strings.
How can I refactor and delete them only once for example in the default strings.xml
file and automatically propagate the deletion to the other strings.xml file of other translations?
You can remove all translations by "Translations Editor" in Android Studio.
File Search
\R\s*<string name="string_name">(.|\R)*?</string>
and
don't forget replace string_name
to actual string name.*.xml
Replace...
Preview >
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With