From: Mehdi Abaakouk Date: Sun, 16 Sep 2012 08:28:51 +0000 (+0200) Subject: Add po rules X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=46bf1962cb352b25d9482f928cf86dc0bdc14a45;p=openstack-build%2Fcinder-build.git Add po rules --- 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