The script will search all Java, HTML and JavaScript files for the following candidates:
- @Messages("label.my.label")
- Messages.get("label.my.label")
- @Required(message="label.my.label")
The final result should be something like:
Searching for translatable strings
Matching found translatable strings with the different languages
Sorting matches
Translation label.are.you.sure missing in en
Translation label.are.you.sure missing in es
Translation label.my.label missing in en
Translation label.my.label missing in es
Looking for duplicated translations in file play/conf/messages.en
Looking for duplicated translations in file play/conf/messages.es
Finally, the script will also output the number of duplicated translations.
No hay comentarios:
Publicar un comentario