From: Sven Schöling Date: Mon, 22 Oct 2012 10:42:00 +0000 (+0200) Subject: Es gibt keine menu*.pl mehr, also auch keine Sonderbehandlung dafür X-Git-Tag: release-3.0.0beta1~101 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=ac55752;p=kivitendo-erp.git Es gibt keine menu*.pl mehr, also auch keine Sonderbehandlung dafür --- diff --git a/scripts/locales.pl b/scripts/locales.pl index f6630144e..f52641630 100755 --- a/scripts/locales.pl +++ b/scripts/locales.pl @@ -254,20 +254,6 @@ sub handle_file { } } - # if this is the menu.pl file - if ($file eq 'menu.pl') { - foreach my $item (@menufiles) { - &scanmenu("$basedir/$item"); - } - } - - if ($file eq 'menunew.pl') { - foreach my $item (@menufiles) { - &scanmenu("$basedir/$item"); - print "." if $opt_v; - } - } - $file =~ s/\.pl//; foreach my $text (keys %$missing) {