Missing tags can be automatically detected using ResouceCheck ant. In particular, with a cross bundle check
he can tell you if the label is missing in any properties for any language.
For updated labels, I usually store the version number of messages.properties
, which was last used as the translation source in the header comments in each messages_xx.properties
. Then the difference between the current version of messages.properties
and the original version of the translation will display the properties that have been changed and need to be relayed.
source share