From: Bruno Haible Date: Mon, 10 Mar 2008 22:58:40 +0000 (+0000) Subject: Document a limitation of xgettext. X-Git-Tag: v0.18~455 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddbe91d35ac1ecc6609aa2d703c208155e5e83d1;p=thirdparty%2Fgettext.git Document a limitation of xgettext. --- diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index 6ba90516f..a493c7ffa 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,10 @@ +2008-03-10 Bruno Haible + + * gettext.texi (gettext Invocation): Mention that xgettext does not + support the various options. + (ngettext Invocation): Likewise. + Reported by Aurélio A. Heckert . + 2008-02-02 Benno Schulenberg * gettext.texi (PO Files): Stylistic improvements. diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index cb66dc2f2..7d047150c 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -9325,11 +9325,19 @@ See @ref{eval_ngettext Invocation}. @include rt-gettext.texi +Note: @code{xgettext} supports only the one-argument form of the +@code{gettext} invocation, where no options are present and the +@var{textdomain} is implicit, from the environment. + @node ngettext Invocation, envsubst Invocation, gettext Invocation, sh @subsubsection Invoking the @code{ngettext} program @include rt-ngettext.texi +Note: @code{xgettext} supports only the three-arguments form of the +@code{ngettext} invocation, where no options are present and the +@var{textdomain} is implicit, from the environment. + @node envsubst Invocation, eval_gettext Invocation, ngettext Invocation, sh @subsubsection Invoking the @code{envsubst} program