bp-events translation ?
-
In bp-events is a tabed option menu (the same as in bp-groups).
Both use the same code :
in bp-groups.php
Line 143 : …=> array( ‘name’ => __( ‘Group Details’, ‘buddypress’ ), ‘position’ => 0 ),
Line 144 : … => array( ‘name’ => __( ‘Group Settings’, ‘buddypress’ ), ‘position’ => 10 ),
Line 145 : … => array( ‘name’ => __( ‘Group Avatar’, ‘buddypress’ ), ‘position’ => 20 ),
Line 146 : … => array( ‘name’ => __( ‘Group Invites’, ‘buddypress’ ), ‘position’ => 30 )
this translate without problem.
in bp-events.php we find the same thing with this string
… __( ‘Events Details’, ‘bp-events’ ) ….
and this is not translated but IS in the po file. All other bp-events strings are translated just not this part !
If somebody has a translated bp-events who works on the create page, i’m interested
- The topic ‘bp-events translation ?’ is closed to new replies.