Revision ac557528
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
scripts/locales.pl | ||
---|---|---|
254 | 254 |
} |
255 | 255 |
} |
256 | 256 |
|
257 |
# if this is the menu.pl file |
|
258 |
if ($file eq 'menu.pl') { |
|
259 |
foreach my $item (@menufiles) { |
|
260 |
&scanmenu("$basedir/$item"); |
|
261 |
} |
|
262 |
} |
|
263 |
|
|
264 |
if ($file eq 'menunew.pl') { |
|
265 |
foreach my $item (@menufiles) { |
|
266 |
&scanmenu("$basedir/$item"); |
|
267 |
print "." if $opt_v; |
|
268 |
} |
|
269 |
} |
|
270 |
|
|
271 | 257 |
$file =~ s/\.pl//; |
272 | 258 |
|
273 | 259 |
foreach my $text (keys %$missing) { |
Auch abrufbar als: Unified diff
Es gibt keine menu*.pl mehr, also auch keine Sonderbehandlung dafür