diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-07-21 12:40:44 +0200 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-07-21 12:40:44 +0200 |
commit | 637f32480cf8b21009de4d8a83f00a9a3cc04ecd (patch) | |
tree | 27261eb59029648a189202a6cef8c1fe700156a5 /IkiWiki/Plugin | |
parent | cebffa917fa39f45b3a7cff51b93a4e548343db8 (diff) |
turn off pot file underlay again
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/po.pm | 4 |
1 files changed, 0 insertions, 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") |