Skip to:
Content

BuddyPress.org

#8990 closed task (fixed)

i18n warnings on build

Reported by: imath's profile imath Owned by: slaffik's profile slaFFik
Milestone: 12.0.0 Priority: normal
Severity: normal Version:
Component: I18N Keywords: has-patch
Cc:

Description

>> Warning: The string "Active %s" has 2 different translator comments. (bp-friends/bp-friends-blocks.php:188)
>> Warning: The string "%s friends" contains placeholders but has no "translators:" comment to clarify their meaning. (bp-friends/blocks/dynamic-widget/index.js:3)
>> Warning: The string "%s members" contains placeholders but has no "translators:" comment to clarify their meaning. (bp-groups/blocks/dynamic-widget/index.js:3)

Change History (2)

This ticket was mentioned in PR #160 on buddypress/buddypress by @imath.


15 months ago
#1

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

Trac ticket: https://buddypress.trac.wordpress.org/ticket/8990

#2 @imath
15 months ago

  • Resolution set to fixed
  • Status changed from new to closed

In 13580:

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

Note: See TracTickets for help on using tickets.