|
...
|
...
|
@@ -76,6 +76,9 @@ class TranslateLogic extends BaseLogic |
|
|
|
$i = 0;
|
|
|
|
TranslateText:
|
|
|
|
$translate_list = Translate::tran($arr2, $languageInfo['short']);
|
|
|
|
if($this->user['project_id'] == 285){
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($translate_list, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
}
|
|
|
|
if(empty($translate_list)){
|
|
|
|
if ($i < 3) {
|
|
|
|
$i++;
|
...
|
...
|
|