projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81bfd83
)
Es gibt keine menu*.pl mehr, also auch keine Sonderbehandlung dafür
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 22 Oct 2012 10:42:00 +0000
(12:42 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 22 Oct 2012 10:42:00 +0000
(12:42 +0200)
scripts/locales.pl
patch
|
blob
|
history
diff --git
a/scripts/locales.pl
b/scripts/locales.pl
index
f663014
..
f526416
100755
(executable)
--- 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) {