Closed JuKu closed 4 years ago
hi,
In order to update pot files, did you run mvn gettext:gettext
on your project ?
No, i didnt. Do i have to? No .pot file exists yet, because no file was created.
Yes. The translations procedure for projects is like this:
mvn gettext:gettext
to create/update pot files from source code.mvn compile
po files are translated into java class file and included in the jar.Thanks for your answer! This workflow is a little bit complicated. Where can i found the translation manager?
If you are working alone, just run mvn gettext:gettext
, use a po editor for each language then run mvn compile
Thanks!
Maven plugin doesnt generates any file.