From 7532eff2b7a929de62e470a430d09d9c4a7d6b88 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 21 Jul 2009 11:40:25 +0200 Subject: update --- IkiWiki/Plugin/po.pm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'IkiWiki') 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") -- cgit v1.2.3