From 3d27e54fef1f20e37f15eb820aaa1457e10de5d3 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 8 Jan 2014 23:37:11 +0100 Subject: [PATCH] po: do not allow fuzzy matching when merging --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makefile b/po/Makefile index 021e91e..5008c42 100644 --- a/po/Makefile +++ b/po/Makefile @@ -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 \