More missed calls

missed t() calls
This commit is contained in:
Adam Magness 2018-01-24 10:19:58 -05:00
parent 428a22cc76
commit df7bdbfc66
4 changed files with 5 additions and 5 deletions

View file

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