shut up msgmerge
authorJoey Hess <joey@gnu.kitenet.net>
Sun, 19 Jul 2009 14:54:03 +0000 (16:54 +0200)
committerJoey Hess <joey@gnu.kitenet.net>
Sun, 19 Jul 2009 14:54:03 +0000 (16:54 +0200)
IkiWiki/Plugin/po.pm
doc/plugins/po.mdwn

index 3d358b3e2a18137d244f6ea4c995433aec05b3c9..c57a5d0f85fa53178cbb8026ba296b839dfdfe3d 100644 (file)
@@ -807,7 +807,7 @@ sub refreshpofiles ($@) {
        foreach my $pofile (@pofiles) {
                IkiWiki::prep_writefile(basename($pofile),dirname($pofile));
                if (-e $pofile) {
-                       system("msgmerge", "-U", "--backup=none", $pofile, $potfile) == 0
+                       system("msgmerge", "-q", "-U", "--backup=none", $pofile, $potfile) == 0
                                or error("po(refreshpofiles) ".
                                         sprintf(gettext("failed to update %s"),
                                                 $pofile));
index bc337b69d53317fb1e3a97b9ecf0c5c4fbac3c57..98526a55aac3421425cba44a82ddeef5a9520353 100644 (file)
@@ -250,19 +250,6 @@ once [[intrigeri]]'s `meta` branch is merged.
 An integration branch, called `meta-po`, merges [[intrigeri]]'s `po`
 and `meta` branches, and thus has thise additional features.
 
-Misc bugs
----------
-
-While building the basewiki po files, I saw this output:
-
-
-       rendering smiley/smileys/tongue.png
-       ... done.
-       ...... done.
-
-Etc. I don't know what printed that, I'm guessing something
-in po4a though. --[[Joey]]  
-
 Documentation
 -------------