Some applications often happen to use the same strings. Say we have project A already translated in 19 languages, in which many strings will be used in a similar context in project B.
Is there a tool that could extract a subset of strings from the 19 localized xml in project A and contribute them to project B's xml files?
For example, in the Android Studio translation editor, if we could copy-paste the whole rows from one file to another, that would already help a lot!