summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkim <mkim>2004-12-03 05:16:35 +0000
committermkim <mkim>2004-12-03 05:16:35 +0000
commit16c10f7b9c1053082939eae5521127e91504c980 (patch)
tree303641f38948681984b39ef66eccd71fc4775999
parent5cf0b5e0c02edbbc9cedff5c6b76088cdcb19374 (diff)
downloadanaconda-16c10f7b9c1053082939eae5521127e91504c980.tar.gz
anaconda-16c10f7b9c1053082939eae5521127e91504c980.tar.xz
anaconda-16c10f7b9c1053082939eae5521127e91504c980.zip
translation update
-rw-r--r--po/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile
index e0ac4b8ec..afca9d33c 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -94,3 +94,12 @@ missing-mixed:
msgfmt --check -o $@ $<
depend:
+
+I18N_LANGS = ja ko zh_CN zh_TW pt_BR es de fr it hi gu bn pa ta
+
+report:
+ for lang in $(I18N_LANGS); do \
+ echo -n "$$lang: "; \
+ msgfmt -v --statistics -o /dev/null $$lang; \
+ done
+