|
...
|
...
|
@@ -181,8 +181,8 @@ class TranslateLogic extends BaseLogic |
|
|
|
}
|
|
|
|
$need_tran[] = htmlspecialchars_decode(html_entity_decode($string));
|
|
|
|
}
|
|
|
|
$need_tran[] = $description->attr['content'];
|
|
|
|
$need_tran[] = $keywords->attr['content'];
|
|
|
|
$need_tran[] = $description->attr('content');
|
|
|
|
$need_tran[] = $keywords->attr('content');
|
|
|
|
return $need_tran;
|
|
|
|
return $data;
|
|
|
|
}
|
...
|
...
|
|