- run
mvn package
to update the.pot
and.po
files - create
po
per language (if it doesn’t exist yet):msginit -i keys.pot -o de.po
(for German) - translate (e.g. with poedit)
- run
mvn package
again to generate the.properties
with the translated messages - create a pull request containing the
.pot
and.po
files