From 43e5c905cb593b3b6e8ae0a636cae815f09a5ea2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 19 Jul 2009 16:54:03 +0200 Subject: [PATCH] shut up msgmerge --- IkiWiki/Plugin/po.pm | 2 +- doc/plugins/po.mdwn | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/IkiWiki/Plugin/po.pm b/IkiWiki/Plugin/po.pm index 3d358b3e2..c57a5d0f8 100644 --- a/IkiWiki/Plugin/po.pm +++ b/IkiWiki/Plugin/po.pm @@ -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)); diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn index bc337b69d..98526a55a 100644 --- a/doc/plugins/po.mdwn +++ b/doc/plugins/po.mdwn @@ -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 ------------- -- 2.32.0.93.g670b81a890