mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
More missed calls
missed t() calls
This commit is contained in:
parent
428a22cc76
commit
df7bdbfc66
4 changed files with 5 additions and 5 deletions
|
@ -9,8 +9,8 @@
|
|||
foreach($files as $file) {
|
||||
$str = file_get_contents($file);
|
||||
|
||||
$pat = '| t\(([^\)]*)\)|';
|
||||
$patt = '| tt\(([^\)]*)\)|';
|
||||
$pat = '| L10n::t\(([^\)]*)\)|';
|
||||
$patt = '| L10n::tt\(([^\)]*)\)|';
|
||||
|
||||
preg_match_all($pat,$str,$matches);
|
||||
preg_match_all($patt, $str, $matchestt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue