From: Petter Reinholdtsen Date: Tue, 6 Feb 2018 08:10:47 +0000 (+0100) Subject: Add new status target to show translation status. X-Git-Tag: es-printed~582 X-Git-Url: https://pere.pagekite.me/gitweb/text-madewithcc.git/commitdiff_plain/059455189787e8fecc6dd9e2fc325f3af07c31c5?ds=inline Add new status target to show translation status. --- 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