]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - tools/check_strings.pl
Mal richtig schnell ein kleines Python-Script geschrieben, welches die Paket-Datenban...
[people/pmueller/ipfire-2.x.git] / tools / check_strings.pl
index 36189872aa21e718c8a6dfedd057daed6398b6c6..655b377aa34272879d788ff9df78fa3789be85c2 100644 (file)
@@ -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};