Title: Missing gettext at comments&#039; date
Last modified: August 22, 2016

---

# Missing gettext at comments' date

 *  [David Stingl](https://wordpress.org/support/users/berlindave/)
 * (@berlindave)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/missing-gettext-at-comments-date/)
 * Hello,
 * again many thaks to Anders Norén for this wonderful theme!
 * I detected a little bug: The date and time at each commant is not translatable
   because of a missing gettext function.
 * In line 383 of the functions.php you can replace
 * `echo get_comment_date() . ' at ' . get_comment_time()`
 * by
 * `printf( __( '%1$s at %2$s', 'baskerville' ), get_comment_date(), get_comment_time())`
 * Then also this part is translatable … 🙂

Viewing 1 replies (of 1 total)

 *  [Christian Sabo](https://wordpress.org/support/users/pixelverbieger/)
 * (@pixelverbieger)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/missing-gettext-at-comments-date/#post-5485946)
 * danke!

Viewing 1 replies (of 1 total)

The topic ‘Missing gettext at comments' date’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/baskerville/2.3.1/screenshot.jpg)
 * Baskerville
 * [Support Threads](https://wordpress.org/support/theme/baskerville/)
 * [Active Topics](https://wordpress.org/support/theme/baskerville/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/baskerville/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/baskerville/reviews/)

## Tags

 * [comment](https://wordpress.org/support/topic-tag/comment/)

 * 1 reply
 * 2 participants
 * Last reply from: [Christian Sabo](https://wordpress.org/support/users/pixelverbieger/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/missing-gettext-at-comments-date/#post-5485946)
 * Status: not resolved