[translations] revert commit @msgmerge e0279bc3e0d3902

This commit is contained in:
Benjamin Dauvergne 2011-05-06 14:31:58 +00:00
parent 7aad678255
commit 782ec52702
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 -C /home/bdauvergne/wd/wcs/wcs.git/po/fr.po $@ authentic.pot -o $@.new
@msgmerge $@ authentic.pot -o $@.new
@if [ "`diff $@ $@.new | grep '[<>]' | wc -l`" -ne 2 ]; then \
mv -f $@.new $@; \
else \