From: Rudolf Polzer Date: Fri, 31 Mar 2017 02:12:26 +0000 (+0200) Subject: Fix comment about -N use. X-Git-Tag: xonotic-v0.8.2~5 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=790c5698ef60a7a33564ec97b6a408624a5a3c41;p=xonotic%2Fxonotic-data.pk3dir.git Fix comment about -N use. --- diff --git a/check-translations.sh b/check-translations.sh index 4e91516f3..5e2ad5a54 100755 --- a/check-translations.sh +++ b/check-translations.sh @@ -81,7 +81,7 @@ if [ x"$mode" = x"txt" ]; then continue fi fi - # Note: no -N here, this is the point where we allow fuzzy matching. + # Note: we're only reporting EXISTING fuzzy matches in the Fuzzy count, thus -N. po=`msgmerge -N "$X" common.pot` ne=`printf "%s\n" "$po" | msgfmt -o /dev/null --check-format --check-header --use-fuzzy - 2>&1 | grep . | wc -l` nu=`printf "%s\n" "$po" | msgattrib --untranslated - | grep -c ^#:`