]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
Fix fields spoted by msgfmt -c and print translation statistics.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 28 Jun 2004 21:23:54 +0000 (21:23 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 28 Jun 2004 21:23:54 +0000 (21:23 +0000)
svn-id: @4264

po/Makefile.am
po/de.po
po/pl.po

index a8e66e95b9674f98c8d06e3cff0314f46a7aed23..a32235f6484b8f9689a4d630db4260d5aa47e8b1 100644 (file)
@@ -13,11 +13,11 @@ INSTOBJEXT = .mo
 SUFFIXES = .po .mo .gmo
 
 .po.mo: $(PACKAGE).pot
-       $(MSGFMT) -c -o $@ $<
+       $(MSGFMT) -c --statistics -o $@ $<
 
 .po.gmo: $(PACKAGE).pot
        file=`echo $* | awk ' { gsub(/.*\//,NIL); print $0; } '`.gmo \
-         && rm -f $$file && $(GMSGFMT) -c -o $$file $<
+         && rm -f $$file && $(GMSGFMT) -c --statistics -o $$file $<
 
 $(PACKAGE).pot: Makefile $(POTSRC)
        $(makepot) $(POTSRC) >$(PACKAGE).po; \
index d1e9fc10df71d0c37d434dfc11379c7061bb8148..4529ad20b8d2af30fdccf75578e61c2f91d85a9b 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: rc-scripts 0.2.6\n"
 "POT-Creation-Date: 1999-07-30 18:45+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2004-06-28 00:00+0200\n"
 "Last-Translator: Pawel Sakowski <pawel@sakowski.eu.org>\n"
 "Language-Team: German <de@li.org>\n"
 "MIME-Version: 1.0\n"
index cb38fdf913e9c80502d29f085036ea2de181b752..8cf6cae2b0f7cd9420017c29597105931a4e2535 100644 (file)
--- a/po/pl.po
+++ b/po/pl.po
@@ -8,8 +8,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: rc-scripts 0.3.1\n"
 "POT-Creation-Date: 1999-07-30 18:45+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"PO-Revision-Date: 2004-06-28 00:00+0200\n"
+"Last-Translator: rc-scripts team <pld-rc-scripts@pld-linux.org>\n"
 "Language-Team: Polish <pl@li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=ISO-8859-2\n"
This page took 0.091794 seconds and 4 git commands to generate.