• Hi,

    I’m using WordPress 3.3.2 with TwentyTen, but in French.

    I’ve discovered an error in “comments.php” line 35:

    printf( _n( 'One Response to %2$s', '%1$s Responses to %2$s', get_comments_number(), 'twentyten' ),

    The line must be corrected to:

    printf( _n( 'One Response to %2$s', '%1$s Responses to %2$s', get_comments_number() ),

    Have a nice day.

    https://www.ads-software.com/extend/themes/twentyten/

  • The topic ‘[Theme: Twenty Ten] Error translating number of responses’ is closed to new replies.