diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile index 65ce2245b..1ba543bab 100644 --- a/po/Makefile +++ b/po/Makefile @@ -56,6 +56,12 @@ refresh-po: Makefile fi \ done +report: + @for cat in $(SHORT_PO) $(LONG_PO); do \ + echo -n "$$cat: "; \ + msgfmt -v --statistics -o /dev/null $$cat; \ + done + clean: rm -f *mo $(NLSPACKAGE).pot |