#867 closed defect (bug) (no action required)
Some missing translation on group page
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 1.1 | Priority: | major |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
bp-members/group/create.php line 10:
bp-skeleton line 22:
bp_group_creation_stage_title is not translated
<h2><?php _e( 'Create a Group', 'buddypress' ) ?> <?php bp_group_creation_stage_title() ?></h2>
bp-groups-templatetags.php
Line 1517
function bp_group_creation_tabs()
. <?php echo $stepname? ?> need to be translated
this is in relation with line 5 in bp-members/group/create.php
<?php bp_group_creation_tabs(); ?>
The actual output is not translated.
<ul class="content-header-nav">
<li class="current"><a href="http://xxxxx/xxxx/members/admin/groups/create/step/group-details">1. Group Details</a></li>
<li>2. Group Settings</li>
<li>3. Group Avatar</li>
<li>4. Group Invites</li>
</ul>
Attachments (1)
Change History (7)
#2
@
16 years ago
- Resolution invalid deleted
- Status changed from closed to reopened
Sorry, this didn't work at least.
I would be better you tell me where the translation is incomplete.
function bp_group_creation_tabs()
. <?php echo $stepname? ?> i don't see anything witch is translatable here.
#3
@
16 years ago
This translates just fine using my Swedish translation. Are you 100 % positive it is not your translation file? Try using another translation file (such as buddypress-sv_SE) and see if the english names still show up.
#4
@
16 years ago
(if the Swedish translation file works for you, contact the author of the french translation file.)
Can't confirm, strings are translatable, the french translation is incomplete.