projects
/
people
/
pmueller
/
ipfire-2.x.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Mal richtig schnell ein kleines Python-Script geschrieben, welches die Paket-Datenban...
[people/pmueller/ipfire-2.x.git]
/
tools
/
check_strings.pl
diff --git
a/tools/check_strings.pl
b/tools/check_strings.pl
index
3618987
..
655b377
100644
(file)
--- a/
tools/check_strings.pl
+++ b/
tools/check_strings.pl
@@
-49,6
+49,8
@@
sub wanted {
## Main
find (\&wanted, "$basedir/html" );
find (\&wanted, "$basedir/src/scripts" );
+find (\&wanted, "$basedir/config/cfgroot" );
+find (\&wanted, "$basedir/config/menu" );
for my $key ( sort (keys %tr) ) {
my $value = $tr{$key};