From 637f32480cf8b21009de4d8a83f00a9a3cc04ecd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 21 Jul 2009 12:40:44 +0200 Subject: [PATCH] turn off pot file underlay again --- IkiWiki/Plugin/po.pm | 4 ---- 1 file changed, 4 deletions(-) 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")