[buddypress-trac] [BuddyPress Trac] #8191: Localization text not matching with po file source text

buddypress-trac noreply at wordpress.org
Thu Jan 9 01:33:25 UTC 2020


#8191: Localization text not matching with po file source text
--------------------------+-----------------------------
 Reporter:  kaiono        |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Core          |    Version:  5.0.0
 Severity:  normal        |   Keywords:
--------------------------+-----------------------------
 I was using BuddyPress and realized the text was not localized in the file
 below.

 buddypress/bb-templates/bp-nouveau/buddypress/members/single/profile
 /change-avagar.php


 starts from line 20
 {{{
 <?php
                         /* Translators: %s is used to output the link to
 the Gravatar site */
                         printf( esc_html__( 'Your profile photo will be
 used on your profile and throughout the site. If there is a %s associated
 with your account email we will use that, or you can upload an image from
 your computer.', 'buddypress' ),
                                 /* Translators: Url to the Gravatar site,
 you can use the one for your country eg: https://fr.gravatar.com for
 French translation */
                                 '<a href="' . esc_url( __(
 'https://gravatar.com', 'buddypress' ) ) . '">Gravatar</a>'
                         ); ?>
 }}}

 Source text was like below.
 I think the a tag part should be %s.

 Your profile photo will be used on your profile and throughout the site.
 If there is a <a href="http://gravatar.com">Gravatar</a> associated with
 your account email we will use that, or you can upload an image from your
 computer.

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8191>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list