]> git.saurik.com Git - wxWidgets.git/blobdiff - locale/Makefile
Remove duplicate "About" entries from message catalogs.
[wxWidgets.git] / locale / Makefile
index ce999e2e73b6c0028c2fedfee4a32b5705147664..d305436a8611e17ad8bd80540eac0667af5b81b3 100644 (file)
@@ -44,6 +44,11 @@ allmo:
 force-update:
        $(RM) wxstd.pot
 
+check:
+       @for t in $(WX_LINGUAS); do \
+           $(MSGFMT) -c -o /dev/null $$t.po 2>/dev/null || echo "$$t.po is BROKEN."; \
+       done
+
 # print out the percentage of the translated strings
 stats: FORCE
        @for i in $(WX_LINGUAS); do \