From: Joey Hess Date: Tue, 21 Jul 2009 10:40:44 +0000 (+0200) Subject: turn off pot file underlay again X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/637f32480cf8b21009de4d8a83f00a9a3cc04ecd?ds=sidebyside 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")