master
Joey Hess 2009-07-21 11:40:25 +02:00
parent eca2dbe67f
commit 7532eff2b7
1 changed files with 0 additions and 4 deletions

View File

@ -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")