Fix: Restore %S after translation

This commit is contained in:
eldy 2011-10-10 12:26:47 +02:00
parent 9580d3edc2
commit fca1e76e35

View File

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