Fix propose_translation_update: No backups
Do not generate backups during msgmerge. Change-Id: Ic0ba87fbca0494e78f8790e4930b7f9263351a0b
This commit is contained in:
parent
ec6d94fd6b
commit
621112d658
@ -49,11 +49,13 @@ for level in $LEVELS ; do
|
||||
for f in $PO_FILES ; do
|
||||
echo "Updating $f"
|
||||
msgmerge --update --no-fuzzy-matching $f \
|
||||
--backup=none \
|
||||
${PROJECT}/locale/${PROJECT}-log-${level}.pot
|
||||
done
|
||||
fi
|
||||
done
|
||||
|
||||
#
|
||||
# Add all changed files to git
|
||||
git add $PROJECT/locale/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user