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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | field_group_translate.patch | 1.39 KB | AmbikaFR |
| field_group_translate.patch | 1.07 KB | AmbikaFR |
Comments
Comment #1
AmbikaFR commentedComment #2
AmbikaFR commentedI ve found an another occurence of missing t() call. The patch update with this post.
Comment #3
hass commentedCodewise correct.
Comment #4
nils.destoop commentedNice find. Committed to dev.