Hi,

Thanks a lot for the great job with this module. I use it in almost every Drupal project :)

I have noticed just a little issue : some group labels are not translated, because they don't call t() function. It occures in the function "field_group_field_group_formatter_info". For "htabs" and "multipage-group", the label doesn't use the t() function.

I have attach a patch with this post, to fix this minor issue.

Regards,

AmbikaFR.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

AmbikaFR’s picture

Status: Patch (to be ported) » Needs review
AmbikaFR’s picture

FileSize
1.39 KB

I ve found an another occurence of missing t() call. The patch update with this post.

hass’s picture

Version: 7.x-1.1 » 7.x-1.x-dev
Status: Needs review » Reviewed & tested by the community

Codewise correct.

nils.destoop’s picture

Status: Reviewed & tested by the community » Fixed

Nice find. Committed to dev.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 417349f on 7.x-1.x, 8.x-1.x authored by AmbikaFR, committed by zuuperman:
    Issue #1871244 by AmbikaFR: Fixed Missing some t() calls on admin...