Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/17/2022 10:07:25 AM (3 years ago)
Author:
imath
Message:

Add the first 4 BP translators to the credits list

Props dancaragea, fernandot, nobnob, nekojonez

See #8771

File:
1 edited

Legend:

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

    r13385 r13388  
    930930                        printf(
    931931                            /* translators: 1: heart dashicons. 2: BP Credits screen url. 3: number of BuddyPress contributors to this version. */
    932                             _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>.', 30, 'buddypress' ),
     932                            _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>.', 34, 'buddypress' ),
    933933                            '<span class="dashicons dashicons-heart"></span>',
    934934                            esc_url( bp_get_admin_url( 'admin.php?page=bp-credits' ) ),
    935                             number_format_i18n( 30 )
     935                            number_format_i18n( 34 )
    936936                        );
    937937                        ?>
     
    11151115                <a href="https://profiles.wordpress.org/boonebgorges/">Boone B Gorges (boonebgorges)</a>,
    11161116                <a href="https://profiles.wordpress.org/sbrajesh/">Brajesh Singh (sbrajesh)</a>,
     1117                <a href="https://profiles.wordpress.org/dancaragea/">Dan Caragea (dancaragea)</a>,
    11171118                <a href="https://profiles.wordpress.org/dcavins/">David Cavins (dcavins)</a>,
    11181119                <a href="https://profiles.wordpress.org/devutpol/">Deb Nath Utpol (devutpol)</a>,
    1119                 <a href="https://profiles.wordpress.org/fawp">fawp</a>,
     1120                <a href="https://profiles.wordpress.org/fawp/">fawp</a>,
     1121                <a href="https://profiles.wordpress.org/fernandot/">Fernando Tellado (fernandot)</a>,
    11201122                <a href="https://profiles.wordpress.org/hnla/">Hugo Ashmore (hnla)</a>,
     1123                <a href="https://profiles.wordpress.org/nobnob/">Javier Esteban (nobnob)</a>,
    11211124                <a href="https://profiles.wordpress.org/johnjamesjacoby/">John James Jacoby (johnjamesjacoby)</a>,
    11221125                <a href="https://profiles.wordpress.org/jtymann/">jtymann</a>,
     
    11271130                <a href="https://profiles.wordpress.org/niftythree/">Nifty (niftythree)</a>,
    11281131                <a href="https://profiles.wordpress.org/DJPaul/">Paul Gibbs (DJPaul)</a>,
     1132                <a href="https://profiles.wordpress.org/nekojonez/">Pieterjan Deneys (nekojonez)</a>,
    11291133                <a href="https://profiles.wordpress.org/r-a-y/">r-a-y</a>,
    11301134                <a href="https://profiles.wordpress.org/rafiahmedd/">Rafi Ahmed (rafiahmedd)</a>,
Note: See TracChangeset for help on using the changeset viewer.