|
...
|
...
|
@@ -182,7 +182,7 @@ class TranslateLogic extends BaseLogic |
|
|
|
if(FALSE !== strpos($country_class, 'country-flag')) {
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
$need_tran[] = htmlspecialchars_decode(html_entity_decode($string));
|
|
|
|
$need_tran[] = trim(htmlspecialchars_decode(html_entity_decode($string)));
|
|
|
|
}
|
|
|
|
$need_tran[] = $description ? $description->attr['content'] : '';
|
|
|
|
$need_tran[] = $keywords ? $keywords->attr['content'] : '';
|
...
|
...
|
|