From 113b4e2f2dcf21d421144d25d5dda3841b4ad742 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 25 Jul 2005 14:26:57 +0000 Subject: Call msgfmt with -c to catch format string errors --- po/ChangeLog | 3 +++ po/Makefile.in.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/po/ChangeLog b/po/ChangeLog index 541b8a28a..f86c2db58 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,5 +1,8 @@ 2005-07-25 Matthias Clasen + * Makefile.in.in: Call msgfmt with -c to catch + format string errors. + * ar.po: Add a missing Plural-Forms declaration, copied from ar.po in nautilus. diff --git a/po/Makefile.in.in b/po/Makefile.in.in index ca12eee80..6ba6fec2e 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -78,7 +78,7 @@ INSTOBJEXT = @INSTOBJEXT@ .po.gmo: file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \ - && rm -f $$file && $(GMSGFMT) -o $$file $< + && rm -f $$file && $(GMSGFMT) -c -o $$file $< .po.cat: sed -f ../intl/po2msg.sed < $< > $*.msg \ -- cgit v1.2.1