Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/10/2023 09:56:11 AM (13 months ago)
Author:
imath
Message:

Improve i18n /* translators */ comments

  • Make sure 'Active %s' uses the same translators comment everywhere.
  • Add translators comment to strings missing it ('%s friends' & '%s members').

Fixes #8990
Closes https://github.com/buddypress/buddypress/pull/160

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-blogs/bp-blogs-template.php

    r13530 r13580  
    678678        // Backwards compatibility for anyone forcing a 'true' active_format.
    679679        if ( true === $r['active_format'] ) {
    680             /* translators: %s: human time diff of the last time the site was active. */
     680            /* translators: %s: last activity timestamp (e.g. "Active 1 hour ago") */
    681681            $r['active_format'] = _x( 'Active %s', 'last time the site was active', 'buddypress' );
    682682        }
Note: See TracChangeset for help on using the changeset viewer.