mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
localise some more templates
This commit is contained in:
parent
5f9f03daf7
commit
798c83b6aa
17 changed files with 105 additions and 1139 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue