Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#867 closed defect (bug) (no action required)

Some missing translation on group page

Reported by: chouf1's profile chouf1 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)

screenshot.jpg (34.0 KB) - added by chouf1 16 years ago.

Download all attachments as: .zip

Change History (7)

@chouf1
16 years ago

#1 @GIGALinux
16 years ago

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

Can't confirm, strings are translatable, the french translation is incomplete.

#2 @chouf1
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 @plrk
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 @plrk
16 years ago

(if the Swedish translation file works for you, contact the author of the french translation file.)

#5 @djpaul
16 years ago

  • Resolution set to invalid
  • Status changed from reopened to closed

Closing this as per above and no further feedback from original reporter.

#6 @apeatling
15 years ago

  • Milestone changed from 1.0.4 to 1.1

Milestone 1.0.4 deleted

Note: See TracTickets for help on using tickets.