aboutsummaryrefslogtreecommitdiffstats
path: root/util/typo.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-08 18:53:52 -0800
committerFriendika <info@friendika.com>2011-03-08 18:53:52 -0800
commit0de88eb6b0e5ceab470240a54414317884a49101 (patch)
tree1771d6e52ecf64a96aecf2ccf5ce1b06259abfde /util/typo.php
parentea59e199d5609f4d196ecced569a8e267c2e27d5 (diff)
downloadvolse-hubzilla-0de88eb6b0e5ceab470240a54414317884a49101.tar.gz
volse-hubzilla-0de88eb6b0e5ceab470240a54414317884a49101.tar.bz2
volse-hubzilla-0de88eb6b0e5ceab470240a54414317884a49101.zip
yet another template converted to language neutral format
Diffstat (limited to 'util/typo.php')
-rw-r--r--util/typo.php12
1 files changed, 11 insertions, 1 deletions
diff --git a/util/typo.php b/util/typo.php
index ac837efe5..ac61ef6d3 100644
--- a/util/typo.php
+++ b/util/typo.php
@@ -35,4 +35,14 @@
echo $file . "\n";
include_once($file);
}
- } \ No newline at end of file
+ }
+
+ echo "String files\n";
+
+ echo 'util/strings.php' . "\n";
+ include_once('util/strings.php');
+ $files = glob('view/*/strings.php');
+ foreach($files as $file) {
+ echo $file . "\n";
+ include_once($file);
+ }