likely not best title for this issue; but initially posted on the i18n module here: #1524922: field options are not translatable; but part of that issue is due to field_collection.

i think field_collection is doing a trick to show a field's description property (typically not shown except on edit form) when no values have been entered for that collection field: http://screencast.com/t/3S6akQeyz

it takes the parent fields #description property and adds it as a #prefix to the instance.

but it does not take the translated property.

CommentFileSizeAuthor
#1 use_i18n_properties.patch1.09 KBliquidcms
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

liquidcms’s picture

Status: Active » Needs review
FileSize
1.09 KB

the attached patch fixes this but it does a check for the i18n_field module; not sure if that's ok or not.

Status: Needs review » Needs work

The last submitted patch, use_i18n_properties.patch, failed testing.

mgifford’s picture

Issue tags: +i18n compatibility

Tagging.