aboutsummaryrefslogtreecommitdiffstats
path: root/util/typo.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-21 00:21:35 -0700
committerFriendika <info@friendika.com>2011-03-21 00:21:35 -0700
commit798c83b6aa3887622299ec4071c0d817953f3db9 (patch)
treee980e74f74104dfa9e97d95d6ed61e3a5bec7d83 /util/typo.php
parent5f9f03daf781b95b5685a19d450800aad879c0de (diff)
downloadvolse-hubzilla-798c83b6aa3887622299ec4071c0d817953f3db9.tar.gz
volse-hubzilla-798c83b6aa3887622299ec4071c0d817953f3db9.tar.bz2
volse-hubzilla-798c83b6aa3887622299ec4071c0d817953f3db9.zip
localise some more templates
Diffstat (limited to 'util/typo.php')
-rw-r--r--util/typo.php3
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);