diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-07-19 16:54:03 +0200 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-07-19 16:54:03 +0200 |
commit | 43e5c905cb593b3b6e8ae0a636cae815f09a5ea2 (patch) | |
tree | 1df950ceed413b730caa84e23dc5693060c1a543 | |
parent | 6d18bdd65a702a7924dd1215ce822c3f16b90b1c (diff) |
shut up msgmerge
-rw-r--r-- | IkiWiki/Plugin/po.pm | 2 | ||||
-rw-r--r-- | doc/plugins/po.mdwn | 13 |
2 files changed, 1 insertions, 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 ------------- |