From: Joey Hess Date: Tue, 21 Jul 2009 10:40:44 +0000 (+0200) Subject: turn off pot file underlay again X-Git-Tag: 3.15~133^2~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=637f32480cf8b21009de4d8a83f00a9a3cc04ecd;p=ikiwiki.git turn off pot file underlay again --- diff --git a/IkiWiki/Plugin/po.pm b/IkiWiki/Plugin/po.pm index d65b4288d..70d678897 100644 --- a/IkiWiki/Plugin/po.pm +++ b/IkiWiki/Plugin/po.pm @@ -157,10 +157,6 @@ sub checkconfig () { reverse @{$config{underlaydirs}}) { next if $underlay=~/^locale\//; - # Underlay containing pot files. - add_underlay("locale/pot/$underlay") - if -d "$config{underlaydirbase}/locale/pot/$underlay"; - # Underlays containing the po files for slave languages. foreach my $ll (keys %{$config{po_slave_languages}}) { add_underlay("locale/po/$ll/$underlay")