Fix propose_translation_update: No backups

Do not generate backups during msgmerge.

Change-Id: Ic0ba87fbca0494e78f8790e4930b7f9263351a0b
This commit is contained in:
Andreas Jaeger 2014-05-31 08:14:19 +02:00
parent ec6d94fd6b
commit 621112d658

View File

@ -49,11 +49,13 @@ for level in $LEVELS ; do
for f in $PO_FILES ; do for f in $PO_FILES ; do
echo "Updating $f" echo "Updating $f"
msgmerge --update --no-fuzzy-matching $f \ msgmerge --update --no-fuzzy-matching $f \
--backup=none \
${PROJECT}/locale/${PROJECT}-log-${level}.pot ${PROJECT}/locale/${PROJECT}-log-${level}.pot
done done
fi fi
done done
#
# Add all changed files to git # Add all changed files to git
git add $PROJECT/locale/* git add $PROJECT/locale/*