diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-07-21 11:40:25 +0200 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-07-21 11:40:25 +0200 |
commit | 7532eff2b7a929de62e470a430d09d9c4a7d6b88 (patch) | |
tree | 832f3a1e796f469ebff1178dc49a921c4628e78e | |
parent | eca2dbe67f7c2ce9f5a53765ea73227fdad0ad28 (diff) |
update
-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 cf801c827..6aacca53a 100644 --- a/IkiWiki/Plugin/po.pm +++ b/IkiWiki/Plugin/po.pm @@ -155,10 +155,6 @@ sub checkconfig () { foreach my $underlay ("basewiki", map { m/^\Q$config{underlaydirbase}\E\/*(.*)/ } reverse @{$config{underlaydirs}}) { next if $underlay=~/^locale\//; - # Add underlay containing the pot files. - #add_underlay("locale/pot/$underlay") - # if -d "$config{underlaydirbase}/locale/pot/$underlay"; - # Add underlays containing the po files for slave languages. foreach my $ll (keys %{$config{po_slave_languages}}) { add_underlay("locale/mo/$underlay") |