From 46bf1962cb352b25d9482f928cf86dc0bdc14a45 Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Sun, 16 Sep 2012 10:28:51 +0200 Subject: [PATCH] Add po rules --- debian/rules | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/debian/rules b/debian/rules index 97219c2db..a2f9aa216 100755 --- a/debian/rules +++ b/debian/rules @@ -13,3 +13,13 @@ ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) override_dh_auto_test: ./run_tests.sh -N -P || true endif + + +display-po-stats: + cd $(CURDIR)/debian/po ; for i in *.po ; do \ + echo -n $$i": " ; \ + msgfmt -o /dev/null --statistic $$i ; \ + done + +call-for-po-trans: + podebconf-report-po --call --withtranslators --languageteam -- 2.45.2