Hi, As proposed, I have separated the patch for this bug from glade bug fixes. I checked the other claim of the bug and I think that option '--lang=CATALOGNAME' is ok, because 'Language:' field must be filled with a language in format 'll(_DD)', so the bug should be fixed with this patch.
Thank you very much for the reviewing. Best regards. Miguel
diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index e53dc47..d9da814 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,10 @@ +2013-01-30 Miguel Angel Arruga Vivas <[email protected]> (tiny change) + + * msgen.texi (Output details): Fix link in '@opindex' pointing + to msgcat. Thanks to the anonymous reporter of Savannah bug #36063. + * msgmerge.texi (Output details): Fix link in '@opindex' pointing + to msgcat. Thanks to the anonymous reporter of Savannah bug #36063. + 2012-12-27 Daiki Ueno <[email protected]> * gettext.texi (Plural forms): Fix ngettext arguments. diff --git a/gettext-tools/doc/msgen.texi b/gettext-tools/doc/msgen.texi index f45444b..82f210d 100644 --- a/gettext-tools/doc/msgen.texi +++ b/gettext-tools/doc/msgen.texi @@ -69,7 +69,7 @@ Assume the input file is a NeXTstep/GNUstep localized resource file in @table @samp @item --lang=@var{catalogname} -@opindex --lang@r{, @code{msgcat} option} +@opindex --lang@r{, @code{msgen} option} Specify the @samp{Language} field to be used in the header entry. See @ref{Header Entry} for the meaning of this field. Note: The @samp{Language-Team} and @samp{Plural-Forms} fields are not set by this diff --git a/gettext-tools/doc/msgmerge.texi b/gettext-tools/doc/msgmerge.texi index 4816941..3ecf024 100644 --- a/gettext-tools/doc/msgmerge.texi +++ b/gettext-tools/doc/msgmerge.texi @@ -156,7 +156,7 @@ Assume the input files are NeXTstep/GNUstep localized resource files in @table @samp @item --lang=@var{catalogname} -@opindex --lang@r{, @code{msgcat} option} +@opindex --lang@r{, @code{msgmerge} option} Specify the @samp{Language} field to be used in the header entry. See @ref{Header Entry} for the meaning of this field. Note: The @samp{Language-Team} and @samp{Plural-Forms} fields are left unchanged.
