X-Git-Url: https://pere.pagekite.me/gitweb/text-madewithcc.git/blobdiff_plain/9c7232c09a24a87f20d2e4deb445724c94fa8c25..059455189787e8fecc6dd9e2fc325f3af07c31c5:/Makefile diff --git a/Makefile b/Makefile index 6b9a2ca..6dab996 100644 --- a/Makefile +++ b/Makefile @@ -109,4 +109,9 @@ lint-es: $(SOURCE).nb.xml lint-nb: $(SOURCE).nb.xml xmllint $(XMLLINTOPTS) $^ +status: + for LANG in $(LANGS); do \ + printf "$$LANG "; msgfmt -o /dev/null --statistics po/$$LANG/mwcc.po; \ + done + .SUFFIXES: .xml .md