adapt pattern for extract command

This commit is contained in:
Philipp Holzer 2020-01-18 22:21:30 +01:00
parent d6efc90194
commit 846007d031
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: D8365C3D36B77D90
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni

Vedi File

@ -65,8 +65,8 @@ HELP;
foreach ($files as $file) {
$str = file_get_contents($file);
$pat = '|L10n::t\(([^\)]*+)[\)]|';
$patt = '|L10n::tt\(([^\)]*+)[\)]|';
$pat = '|->t\(([^\)]*+)[\)]|';
$patt = '|->tt\(([^\)]*+)[\)]|';
$matches = [];
$matchestt = [];