turn off pot file underlay again

master
Joey Hess 2009-07-21 12:40:44 +02:00
parent cebffa917f
commit 637f32480c
1 changed files with 0 additions and 4 deletions

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