From: Václav Slavík Date: Thu, 14 Apr 2005 09:29:38 +0000 (+0000) Subject: check the syntax when compiling .po files into .mo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c99d2f252fe247d8fcccf3163733361bbd2853d3 check the syntax when compiling .po files into .mo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/locale/Makefile b/locale/Makefile index 4f62faa323..28b84eb078 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -20,7 +20,7 @@ XGETTEXT_ARGS=-C -k_ -kwxGetTranslation -kwxTRANSLATE -s -j # implicit rules %.mo: %.po - $(MSGFMT) -o $@ $< + $(MSGFMT) -c -o $@ $< # a PO file must be updated from wxstd.po to include new translations %.po: wxstd.po