Skip to:
Content

BuddyPress.org

Changeset 13022


Ignore:
Timestamp:
07/17/2021 12:30:10 PM (5 years ago)
Author:
imath
Message:

Credits translators who helped reach 100% of translated BP trunk

Many thanks to you 5 💪.

Props dancaragea, ianbarnes, nobnob, marbaque, markscottrobson

See #8514

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/classes/class-bp-admin.php

    r13017 r13022  
    762762                                                printf(
    763763                                                        /* translators: 1: heart dashicons. 2: BP Credits screen url. 3: number of BuddyPress contributors to this version. */
    764                                                         _n( 'Built with %1$s by <a href="%2$s">%3$d volunteer</a>.', 'Built with %1$s by <a href="%2$s">%3$d volunteers</a>.', 19, 'buddypress' ),
     764                                                        _n( 'Built with %1$s by <a href="%2$s">%3$d volunteer</a>.', 'Built with %1$s by <a href="%2$s">%3$d volunteers</a>.', 24, 'buddypress' ),
    765765                                                        '<span class="dashicons dashicons-heart"></span>',
    766766                                                        esc_url( bp_get_admin_url( 'admin.php?page=bp-credits' ) ),
    767                                                         number_format_i18n( 19 )
     767                                                        number_format_i18n( 24 )
    768768                                                );
    769769                                                ?>
     
    948948                                <a href="https://profiles.wordpress.org/sbrajesh/">Brajesh Singh (sbrajesh)</a>,
    949949                                <a href="https://profiles.wordpress.org/dcavins/">David Cavins (dcavins)</a>,
     950                                <a href="https://profiles.wordpress.org/dancaragea/">Dan Caragea (dancaragea)</a>,
     951                                <a href="https://profiles.wordpress.org/ianbarnes/">Ian Barnes (ianbarnes)</a>,
     952                                <a href="https://profiles.wordpress.org/nobnob/">Javier Esteban (nobnob)</a>,
    950953                                <a href="https://profiles.wordpress.org/johnjamesjacoby/">John James Jacoby (johnjamesjacoby)</a>,
    951954                                <a href="https://profiles.wordpress.org/leahkoerper/">leahkoerper</a>,
     955                                <a href="https://profiles.wordpress.org/marbaque/">marbaque</a>,
     956                                <a href="https://profiles.wordpress.org/markscottrobson/">Mark Robson (markscottrobson)</a>,
    952957                                <a href="https://profiles.wordpress.org/imath/">Mathieu Viet (imath)</a>,
    953958                                <a href="https://profiles.wordpress.org/modemlooper/">modemlooper</a>,
Note: See TracChangeset for help on using the changeset viewer.