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