fix occurrence line number on false translations
This commit is contained in:
parent
ac7a912266
commit
46d5284a4f
@ -463,6 +463,7 @@ class dcTranslater
|
||||
foreach($parts as $part) {
|
||||
// should start with quote
|
||||
if (!in_array(substr($part,0,1), ['"', "'"])) {
|
||||
$p++;
|
||||
continue;
|
||||
}
|
||||
// put back first parenthesis
|
||||
|
Loading…
Reference in New Issue
Block a user