diff options
Diffstat (limited to 'util/typo.php')
-rw-r--r-- | util/typo.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/typo.php b/util/typo.php index ac61ef6d3..84a50e15e 100644 --- a/util/typo.php +++ b/util/typo.php @@ -41,7 +41,10 @@ echo 'util/strings.php' . "\n"; include_once('util/strings.php'); + echo count($a->strings) . ' strings' . "\n"; + $files = glob('view/*/strings.php'); + foreach($files as $file) { echo $file . "\n"; include_once($file); |