gettext |
Invokes the gettext:merge and
gettext:dist goal.
|
gettext:gettext |
Invokes xgettext to extract keys from source
code.
|
gettext:merge |
Invokes the gettext:gettext goal and invokes
msgmerge to update po files.
|
gettext:dist |
Generates ressource bundles. Invokes the
gettext:dist-msgcat or
gettext:dist-msgfmt goal depending on
${gettext.outputformat} .
|
gettext:dist-msgcat |
Invokes msgcat to generate Java property
files.
|
gettext:dist-msgfmt |
Invokes msgfmt to generate Java class files.
|