]> git.proxmox.com Git - proxmox-i18n.git/blobdiff - Makefile
bump version to 2.0-5
[proxmox-i18n.git] / Makefile
index faa6e7d5ab80f0fdd5b9b56c2d69ed85a0fdaf8e..d6d26a30ac418150de885a1c5085845e05485212 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 include /usr/share/dpkg/pkg-info.mk
 
-LINGUAS=de it fr ja es sv ru tr zh_CN zh_TW da ca pl sl nb nn pt_BR eu fa gl hu
+LINGUAS=de it fr ja es sv ru tr zh_CN zh_TW da ca pl sl nb nn pt_BR eu fa gl hu he ar
 
 PVE_I18N_DEB=pve-i18n_${DEB_VERSION_UPSTREAM_REVISION}_all.deb
 PMG_I18N_DEB=pmg-i18n_${DEB_VERSION_UPSTREAM_REVISION}_all.deb
@@ -60,6 +60,9 @@ update_pot: submodule
 update: | update_pot messages.pot
        for i in $(LINGUAS); do echo -n "$$i: "; msgmerge -s -v $$i.po messages.pot >$$i.po.tmp && mv $$i.po.tmp $$i.po; done;
 
+stats:
+       @for i in $(LINGUAS); do echo -n "$$i: "; msgfmt --statistics -o /dev/null $$i.po; done
+
 init-%.po: messages.pot
        msginit -i $^ -l $^ -o $*.po --no-translator