[buddypress-trac] [BuddyPress] #3120: The word [Home] should have translation option

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Wed Mar 23 16:17:14 UTC 2011


#3120: The word [Home] should have translation option
-------------------------+-----------------------------
 Reporter:  chouf1       |      Owner:
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  Awaiting Review
Component:  Groups       |    Version:  1.3
 Keywords:               |
-------------------------+-----------------------------
 The word "home" is actually used in four different places.
 I  suggest this should be differenciated because "home" is the site main
 page for most people.

 The group home page shows by default the group activity. I prefere
 translate this as "group activity" instead of the default group "home"

 bp-groups.php:201

 {{{
 /* Add the "Home" subnav item, as this will always be present */
                         bp_core_new_subnav_item( array( 'name' => __(
 ''''Group Home'''', 'buddypress' ), 'slug' => 'home', 'parent_url' =>
 $group_link, 'parent_slug' => $bp->groups->slug, 'screen_function' =>
 'groups_screen_group_home', 'position' => 10, 'item_css_id' => 'home' ) );
 }}}

-- 
Ticket URL: <https://trac.buddypress.org/ticket/3120>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list