Description
Just digging into this plugin. Setup in a project which already had some custom strings in strings.xml
for Android. Currently the plugin recreated the strings.xml
based on the i18n
asset files the plugin uses.
So first the question: is this intended currently or possibly a bug? If not, then I'd like to suggest the enhancement of not overwriting but look into possibly appending the i18n
strings to any values currently in the strings.xml
file to avoid causing build issues for people who add the plugin after they already have strings.xml
created.
It might be more work than it's worth to implement a solution, in that case, maybe it's sufficient to have some warning about the overwriting. Then it overwrites and people can go back and add their current strings to the generated strings.xml
with their i18n
string values.
Thoughts?