From 4a238e160ced73840121af29e68439268f318ab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=98yvind=20Karlsen?= Date: Fri, 27 May 2011 06:10:25 +0000 Subject: do checking of translations when generating binary message catalogs --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makefile b/po/Makefile index 03f767a2..f1c1d0d1 100644 --- a/po/Makefile +++ b/po/Makefile @@ -16,7 +16,7 @@ LOCALEDIR=$(DATADIR)/locale all: $(MOFILES) %.mo: %.po - msgfmt -o $@ $< + msgfmt -c -o $@ $< update_n_merge: $(PGOAL).pot merge -- cgit v1.2.1