Fix: Restore %S after translation
This commit is contained in:
parent
9580d3edc2
commit
fca1e76e35
@ -304,7 +304,7 @@ class langAutoParser {
|
||||
}
|
||||
|
||||
$rep=$json['responseData']['translatedText'];
|
||||
$rep=preg_replace('/SSSSS/','%s',$rep);
|
||||
$rep=preg_replace('/SSSSS/i','%s',$rep);
|
||||
|
||||
//print "OK ".join('',$src_texts).' => '.$rep."\n";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user