aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-07-21 12:40:44 +0200
committerJoey Hess <joey@gnu.kitenet.net>2009-07-21 12:40:44 +0200
commit637f32480cf8b21009de4d8a83f00a9a3cc04ecd (patch)
tree27261eb59029648a189202a6cef8c1fe700156a5 /IkiWiki
parentcebffa917fa39f45b3a7cff51b93a4e548343db8 (diff)
downloadikiwiki-637f32480cf8b21009de4d8a83f00a9a3cc04ecd.tar
ikiwiki-637f32480cf8b21009de4d8a83f00a9a3cc04ecd.tar.gz
turn off pot file underlay again
Diffstat (limited to 'IkiWiki')
-rw-r--r--IkiWiki/Plugin/po.pm4
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")