From: Bruno Haible Date: Mon, 10 Dec 2001 13:41:33 +0000 (+0000) Subject: Add a note. X-Git-Tag: v0.11~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c46fb5b575576cf8a681f3154a4786d4da08d0b8;p=thirdparty%2Fgettext.git Add a note. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 50a22b6a2..c433c09e6 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2001-12-08 Bruno Haible + + * msgen.texi: Refer to msginit as an alternative. + 2001-12-07 Bruno Haible * msgexec.texi: Document option --keep-header. diff --git a/doc/msgen.texi b/doc/msgen.texi index 32bca0efa..14c54f90c 100644 --- a/doc/msgen.texi +++ b/doc/msgen.texi @@ -7,6 +7,10 @@ input file is the last created English PO file, or a PO Template file (generally created by xgettext). Untranslated entries are assigned a translation that is identical to the msgid, and are marked fuzzy. +Note: @samp{msginit --no-translator --locale=en} performs a very similar +task. The main difference is that @code{msginit} cares specially about +the header entry, whereas @code{msgen} doesn't. + @subsection Input file location @table @samp