From: Bruno Haible Date: Mon, 15 Sep 2008 10:44:36 +0000 (+0000) Subject: msgcmp has a new option --no-fuzzy-matching. X-Git-Tag: v0.18~340 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eff39e845b5cfffe1e0bf06f2bf2fbe15a2b0873;p=thirdparty%2Fgettext.git msgcmp has a new option --no-fuzzy-matching. --- diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index 19a0a9c09..104ac7f3d 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,7 @@ +2008-09-15 Bruno Haible + + * msgcmp.texi: Document option -N/--no-fuzzy-matching. + 2008-08-17 Bruno Haible * gettext.texi (aclocal): Add threadlib.m4 to the file list. diff --git a/gettext-tools/doc/msgcmp.texi b/gettext-tools/doc/msgcmp.texi index 3558a31bd..2bdb2c9f0 100644 --- a/gettext-tools/doc/msgcmp.texi +++ b/gettext-tools/doc/msgcmp.texi @@ -40,6 +40,13 @@ searched relative to this list of directories. @opindex --multi-domain@r{, @code{msgcmp} option} Apply @var{ref}.pot to each of the domains in @var{def}.po. +@item -N +@itemx --no-fuzzy-matching +@opindex -N@r{, @code{msgcmp} option} +@opindex --no-fuzzy-matching@r{, @code{msgcmp} option} +Do not use fuzzy matching when an exact match is not found. This may speed +up the operation considerably. + @item --use-fuzzy @opindex --use-fuzzy@r{, @code{msgcmp} option} Consider fuzzy messages in the @var{def}.po file like translated messages.