Comments title won't localize on my custom theme
-
I have copied the title from twentyleven, replaced the text domain with my own and nothing is happening. The .po generator does not recognise this and therefore I cannot translate it.
<?php printf( _n( 'One thought on “%2$s”', '%1$s thoughts on “%2$s”', get_comments_number(), 'gpk2' ), number_format_i18n( get_comments_number() ), '<span>' . get_the_title() . '</span>' ); ?>
I’m wondering if I’m missing something fairly obvious. Thank you.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Comments title won't localize on my custom theme’ is closed to new replies.