Hello,
Phrase “at” must be translated. In our language we don’t use something like “at”, so i must edit comments.php and delete that phrase and remember that after update i must do the same … Also “at” is in English …
If we can translate that phrase, then there is no problems after update.
Hi,
Sorry for this inconvenience, there is no option to translate that word directly in the theme panel. You could modify it in a child theme, if it is absolutely needed
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks
Sorry about wrong file path.
It is: /Newspaper/includes/wp_booster/comments.php
There are is a lot of translated text from THEME PANEL.
f.e.:
<?php echo __td('Your comment is awaiting moderation', TD_THEME_NAME); ?>
'reply_text' => __td('Reply', TD_THEME_NAME),
'login_text' => __td('Log in to leave a comment', TD_THEME_NAME)
So, i think there is no problems to translate also ‘at’:
<time pubdate=”<?php echo $td_article_date_unix ?>”><?php comment_date() ?> <?php __td('at', TD_THEME_NAME);?> <?php comment_time() ?></time>
TY!