[buddypress-trac] [BuddyPress Trac] #6964: Not translatable components names in dropdown of Activity admin area

buddypress-trac noreply at wordpress.org
Thu Mar 17 11:29:53 UTC 2016


#6964: Not translatable components names in dropdown of Activity admin area
---------------------------+------------------------------
 Reporter:  slaFFik        |       Owner:
     Type:  defect (bug)   |      Status:  new
 Priority:  normal         |   Milestone:  Awaiting Review
Component:  Locale - i18n  |     Version:
 Severity:  normal         |  Resolution:
 Keywords:                 |
---------------------------+------------------------------
Changes (by slaFFik):

 * component:  Component - Activity => Locale - i18n


Comment:

 According to the way components are loading - all of them have a component
 name:

 {{{
 parent::start(
         'activity',
         __( 'Activity Streams', 'buddypress' ),
         buddypress()->plugin_dir,
         array(
                 'adminbar_myaccount_order' => 10,
                 'search_query_arg' => 'activity_search',
         )
 );
 }}}

 So why not to use here those `$name` string?

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6964#comment:1>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list