]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - tools/check_strings.pl
"Update Booster" fertiggestellt und getestet.
[people/pmueller/ipfire-2.x.git] / tools / check_strings.pl
index 4d5650ca858ab6ad2d6bb21481b1b74bcba7fe63..655b377aa34272879d788ff9df78fa3789be85c2 100644 (file)
@@ -50,6 +50,7 @@ sub wanted {
 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};