From 059455189787e8fecc6dd9e2fc325f3af07c31c5 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Tue, 6 Feb 2018 09:10:47 +0100 Subject: [PATCH 1/1] Add new status target to show translation status. --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.47.2