projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b09b862
)
po: rescan converted content on refresh too.
author
intrigeri
<intrigeri@boum.org>
Fri, 30 Jul 2010 14:20:12 +0000
(16:20 +0200)
committer
intrigeri
<intrigeri@boum.org>
Fri, 30 Jul 2010 14:20:12 +0000
(16:20 +0200)
IkiWiki/Plugin/po.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/po.pm
b/IkiWiki/Plugin/po.pm
index 519b6d12cb33f29601b92a286a009dee1428dba5..a2010e1bebcd1b00d19db09f7d0f90a25320fd82 100644
(file)
--- a/
IkiWiki/Plugin/po.pm
+++ b/
IkiWiki/Plugin/po.pm
@@
-280,7
+280,6
@@
sub rescan (@) {
my $page=$params{page};
my $content=$params{content};
- return unless exists $config{rebuild} && $config{rebuild};
return unless istranslation($page);
$content = po_to_markup($page, $content);