From: Rudolf Polzer Date: Wed, 27 Apr 2011 04:43:19 +0000 (+0200) Subject: update translation checker email X-Git-Tag: xonotic-v0.5.0~264^2~15 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=f334a06da39d91c724907b0399e3f195a2e7cbb2 update translation checker email --- diff --git a/check-translations.sh b/check-translations.sh index 51157a43e..297e16ef0 100755 --- a/check-translations.sh +++ b/check-translations.sh @@ -55,29 +55,40 @@ for VM in menu csprogs; do read -r yesno case "$yesno" in y) - zip -9r "$X"-todo.zip "$X".untranslated "$X".fuzzy + attach= + if [ $nu -gt 0 ]; then + attach="$attach $X.untranslated" + fi + if [ $nf -gt 0 ]; then + attach="$attach $X.fuzzy" + fi { cat <