diff options
author | Matt Wilson <msw@redhat.com> | 2001-02-14 19:30:17 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-02-14 19:30:17 +0000 |
commit | 764d6611138a6088ed8a3b95d01f873111f55c3e (patch) | |
tree | ab6c94488e5c3e800168d88e30aa6764016bf0ba | |
parent | 081c22a45852a4658b817760a30aaee2c04fe18b (diff) | |
download | anaconda-764d6611138a6088ed8a3b95d01f873111f55c3e.tar.gz anaconda-764d6611138a6088ed8a3b95d01f873111f55c3e.tar.xz anaconda-764d6611138a6088ed8a3b95d01f873111f55c3e.zip |
add make report rule
-rw-r--r-- | po/Makefile | 6 | ||||
-rw-r--r-- | po/zh.po | 13 |
2 files changed, 12 insertions, 7 deletions
diff --git a/po/Makefile b/po/Makefile index 65ce2245b..1ba543bab 100644 --- a/po/Makefile +++ b/po/Makefile @@ -56,6 +56,12 @@ refresh-po: Makefile fi \ done +report: + @for cat in $(SHORT_PO) $(LONG_PO); do \ + echo -n "$$cat: "; \ + msgfmt -v --statistics -o /dev/null $$cat; \ + done + clean: rm -f *mo $(NLSPACKAGE).pot @@ -2,17 +2,16 @@ # Copyright (C) YEAR Free Software Foundation, Inc. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: anaconda 7.1\n" "POT-Creation-Date: 2001-02-09 15:55-0500\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"PO-Revision-Date: 2001-02-09 15:55-0500\n" +"Last-Translator: Anaconda Team <msw@redhat.com>\n" +"Language-Team: Chinese-S <msw@redhat.com>\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: ENCODING\n" +"Content-Type: text/plain; charset=BIG5\n" +"Content-Transfer-Encoding: 64bit\n" #: ../comps.py:481 #, fuzzy |