po: do not allow fuzzy matching when merging

This commit is contained in:
Benjamin Dauvergne 2014-01-08 23:37:11 +01:00
parent 4501628785
commit 3d27e54fef
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ authentic.pot: $(PYFILES)
%.po: authentic.pot
@echo -n "Merging authentic.pot and $@"
@msgmerge $@ authentic.pot -o $@.new
@msgmerge -N $@ authentic.pot -o $@.new
@if [ "`diff $@ $@.new | grep '[<>]' | wc -l`" -ne 2 ]; then \
mv -f $@.new $@; \
else \