missing translation

Posted in: Newspaper
Post count: 42

includes/Newspaper/wp_booster/comments.php
phrase: at
<time pubdate=”<?php echo $td_article_date_unix ?>”><?php comment_date() ?> at <?php comment_time() ?></time>

Post count: 22421

Hello,

That line of code refers to the time and date the comment was published. The time and date format cannot be translated from the theme panel. Sorry

Thanks.

Post count: 42

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.

  • This reply was modified 8 years by mdz.
  • This reply was modified 8 years by mdz.
Post count: 20688

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

Post count: 42

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!

Post count: 20688

Hi,

I will add this request on our list, and it will be taken into consideration by the developer team. I cannot make any promises, it could be implemented in one of the future updates.

Thanks

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.