turn off pot file underlay again
parent
cebffa917f
commit
637f32480c
|
@ -157,10 +157,6 @@ sub checkconfig () {
|
||||||
reverse @{$config{underlaydirs}}) {
|
reverse @{$config{underlaydirs}}) {
|
||||||
next if $underlay=~/^locale\//;
|
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.
|
# Underlays containing the po files for slave languages.
|
||||||
foreach my $ll (keys %{$config{po_slave_languages}}) {
|
foreach my $ll (keys %{$config{po_slave_languages}}) {
|
||||||
add_underlay("locale/po/$ll/$underlay")
|
add_underlay("locale/po/$ll/$underlay")
|
||||||
|
|
Loading…
Reference in New Issue