Version 9.71: Missing translation-string for "at" in comment date

Posted in: Newspaper
Post count: 209

Hello,
in the displayed comment-dates the word “at” has no translatable string (e. g. 19. Februar 2019 at 19:14). Please add this sting to make “at” translatable.

Post count: 23312

Hi,

Please provide more details about the location of that string. Most likely, if you want to translate it you need to do it form the code.

Thank you!

Post count: 209

Hi Catalin,
it’s the date right after the commenter’s name

Post count: 23312
Post count: 209

This is still not fixed/added in 9.73.

Post count: 35449

Hi,

The “at” from date can be change/translate from Settings>General -> https://www.screencast.com/t/rxmcWd9t -> https://www.screencast.com/t/USovmTre you can check more here -> https://wordpress.org/support/article/formatting-date-and-time/ -> https://www.screencast.com/t/AA24nN9XoMQy

Thank you!

Post count: 209

Hi Calin,

this answer is WRONG. The “at” is hard coded in

/wp-content/plugins/td-composer/legacy/common/wp_booster/comments.php

Please tell the programmers to change line 180 from

<time pubdate="<?php echo esc_attr( $td_article_date_unix ) ?>"><?php comment_date() ?> at <?php comment_time() ?></time>

into

<time pubdate="<?php echo esc_attr( $td_article_date_unix ) ?>"><?php comment_date() . __td(' at ', TD_THEME_NAME). comment_time() ?></time>

and ad translation in .mo .po files.

Post count: 35449

Hi,

Thank you for sharing the code with us, I will inform our developer team about your solution.

Thank you for your help!

Post count: 209

This has still not been fixed in Version 9.7.4. Please fix this with next version!

Post count: 35449

Hi,

This “problem” is noted in our fix list, and this will be fix by our developers for the coming updates.

Thank you for your understanding!

Viewing 10 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic.