localise some more templates

This commit is contained in:
Friendika 2011-03-21 00:21:35 -07:00
parent 5f9f03daf7
commit 798c83b6aa
17 changed files with 105 additions and 1139 deletions

View file

@ -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);