From: Joey Hess Date: Tue, 21 Jul 2009 09:40:25 +0000 (+0200) Subject: update X-Git-Tag: 3.15~135 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7532eff2b7a929de62e470a430d09d9c4a7d6b88;p=ikiwiki.git update --- diff --git a/IkiWiki/Plugin/po.pm b/IkiWiki/Plugin/po.pm index cf801c827..6aacca53a 100644 --- a/IkiWiki/Plugin/po.pm +++ b/IkiWiki/Plugin/po.pm @@ -155,10 +155,6 @@ sub checkconfig () { foreach my $underlay ("basewiki", map { m/^\Q$config{underlaydirbase}\E\/*(.*)/ } reverse @{$config{underlaydirs}}) { next if $underlay=~/^locale\//; - # Add underlay containing the pot files. - #add_underlay("locale/pot/$underlay") - # if -d "$config{underlaydirbase}/locale/pot/$underlay"; - # Add underlays containing the po files for slave languages. foreach my $ll (keys %{$config{po_slave_languages}}) { add_underlay("locale/mo/$underlay")