I would like to ask what tool do you use for updating/merging translation files.
For example imagine that we have 3 message files e.g. messages.en
, messages.it
, messages.de
.
Is there a way to synchronise these files with the code? I mean:
- Check .html files
- Get all @Messages.get(' ')
- Search if they are available in each file and if not just add them.
Or at least is there a tool to somehow synchronize the messages files ? For example when I add something to messages.en
it will be automatically added to messages.de
, etc.
I am not sure but i found this outdated plugin: https://github.com/huljas/play-messages and I would like to ask if something similar exists for play 2.4.