turn off pot file underlay again
authorJoey Hess <joey@gnu.kitenet.net>
Tue, 21 Jul 2009 10:40:44 +0000 (12:40 +0200)
committerJoey Hess <joey@gnu.kitenet.net>
Tue, 21 Jul 2009 10:40:44 +0000 (12:40 +0200)
IkiWiki/Plugin/po.pm

index d65b4288d36c27a455d63975d99612d2e04c20cf..70d678897a137436dbf6d15288206cb75d4200f6 100644 (file)
@@ -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")