[buddypress-trac] [BuddyPress] #4922: defect translation on admin dashboard
buddypress-trac
noreply at wordpress.org
Mon Apr 8 17:17:50 UTC 2013
#4922: defect translation on admin dashboard
--------------------------+-----------------------------
Reporter: chouf1 | Owner: chouf1
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Core | Version: 1.7
Severity: normal | Keywords: has-patch
--------------------------+-----------------------------
The whole strings in div about-wrap are not internationalized.
Need to be:
{{{
div class="wrap about-wrap">
<h1><?php printf( __( 'Welcome to BuddyPress
%s','buddypress' ), $display_version ); ?></h1>
<div class="about-text">
<?php if ( $is_new_install ) : ?>
<?php printf( __( 'BuddyPress %s
is our safest, fastest, most flexible version ever.', 'buddypress' ),
$display_version ); ?>
<?php else : ?>
<?php printf( __( 'Thank you for
updating! BuddyPress %s is our safest, fastest, most flexible version
ever.', 'buddypress' ), $display_version ); ?>
<?php endif; ?>
</div>
<div class="bp-badge"><?php printf( __( 'Version
%s', 'buddypress' ), $display_version ); ?></div>
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4922>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list