adapt pattern for extract command

This commit is contained in:
Philipp Holzer 2020-01-18 22:21:30 +01:00
父節點 d6efc90194
當前提交 846007d031
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: D8365C3D36B77D90
共有 1 個檔案被更改,包括 2 行新增2 行删除

查看文件

@ -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 = [];