[buddypress-trac] [BuddyPress] #2302: missing translation in comments.php

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Mon Apr 12 16:19:34 UTC 2010


#2302: missing translation in comments.php
--------------------+-------------------------------------------------------
 Reporter:  chouf1  |       Owner:       
     Type:  defect  |      Status:  new  
 Priority:  major   |   Milestone:  1.2.4
Component:  Core    |    Keywords:       
--------------------+-------------------------------------------------------
 in bp-themes/bp-default/comments.php the string line 23 is not
 translatable actually (and since v. 1.2 )

 Replace :
 <h3 id="comments"><?php comments_number( 'No Comments', 'One Comment',
 $numComments . ' Comments' );?></h3>

 by

 <h3 id="comments"><?php comments_number( ( __('No Comments
 &#187;','buddypress')), ( __('1 Comment &#187;','buddypress')), ( __('%
 Comments &#187;','buddypress')) );?></h3>

 The changes are done to reflect the existing expressions in pot file

-- 
Ticket URL: <http://trac.buddypress.org/ticket/2302>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list