Full name:
de.fenvariel:gettext-maven-plugin:2.0.0:gettext
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
<encoding> | String | - | The encoding of the source Java files. utf-8 is a superset of
ascii. Default value is: utf-8. |
<keysFile> | String | - | Filename of the .pot file. Default value is: keys.pot. |
<keywords> | String | - | The keywords the xgettext parser will look for to extract messages.
The default value works with libraries that use the _-format
method, as recommended by Gettext documentation. Default value is: -k_ -k_n1,2. |
<outputDirectory> | File | - | The output directory for generated class or properties files. User property is: project.build.outputDirectory. |
<poDirectory> | File | - | The output directory for the keys.pot directory for merging .po
files. Default value is: ${basedir}/src/main/po. |
<sourceDirectory> | File | - | Source directory. This directory is searched recursively for .java
files. User property is: project.build.sourceDirectory. |
<xgettextCmd> | String | - | The xgettext command. Default value is: xgettext. |
Name | Type | Since | Description |
---|---|---|---|
<copyrightHolder> | String | - | Set the copyright holder in the output. string should be the
copyright holder of the surrounding package. (Note that the msgstr
strings, extracted from the package's sources, belong to the
copyright holder of the package.) Translators are expected to
transfer or disclaim the copyright for their translations, so that
package maintainers can distribute them without legal risk. If
string is empty, the output files are marked as being in the public
domain; in this case, the translators are expected to disclaim
their copyright, again so that package maintainers can distribute
them without legal risk. The default value for string is the '' so
public domain. User property is: project.organisation.name. |
<extraArguments> | String[] | - | Optional raw command line arguments |
<extraSourceFiles> | FileSet | - | |
<joinExisting> | boolean | - | (no description) Default value is: false. |
<location> | Location | - | set the location comment-mode (full,file,. |
<msgidBugsAddress> | String | - | Set the reporting address for msgid bugs. This is the email address
or URL to which the translators shall report bugs in the
untranslated strings: - Strings which are not entire sentences; see
the maintainer guidelines in Preparing Strings. - Strings which use
unclear terms or require additional context to be understood. -
Strings which make invalid assumptions about notation of date, time
or money. - Pluralisation problems. - Incorrect English spelling. -
Incorrect formatting. It can be your email address, or a mailing
list address where translators can write to without being
subscribed, or the URL of a web page through which the translators
can contact you. The default value is empty, which means that
translators will be clueless! Don't forget to specify this option. |
<omitHeader> | boolean | - | (no description) Default value is: false. |
<packageName> | String | - | Set the package name in the header of the output. User property is: project.build.finalName. |
<packageVersion> | String | - | Set the package version in the header of the output. This option
has an effect only if the 'packageName' option is also used. User property is: project.version. |
<sort> | Sort | - | Set if the output should be sorted. Default value is: FALSE. |