From ac557528e518920d66ffe4f8138660440de518e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 22 Oct 2012 12:42:00 +0200 Subject: [PATCH] =?utf8?q?Es=20gibt=20keine=20menu*.pl=20mehr,=20also=20au?= =?utf8?q?ch=20keine=20Sonderbehandlung=20daf=C3=BCr?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- scripts/locales.pl | 14 -------------- 1 file changed, 14 deletions(-) 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) { -- 2.20.1