X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=check-translations.sh;h=5e2ad5a54a1e099e1c33e88261fe1bf45857db8d;hb=5935bb326ff41dc328ab08f6d0cb6e769d116210;hp=4e91516f339286966c402f036c601571ad2b3831;hpb=646e85ca0be37a4add86b6490297ca28b60fc60f;p=xonotic%2Fxonotic-data.pk3dir.git 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 ^#:`