The field language has its own language, could be entity language or could be LANGUAGE_NONE
The mean that getting (export) or rebuilding (import) the fields data could be very wrong.
what i mean it that the 2 functions "sf_entity_export_field_default" & "sf_entity_import_field_default"
should use the field language

http://api.drupal.org/api/drupal/modules--field--field.multilingual.inc/...

This function requires $entity_type argmuments which i think it's not present in the functions, so maybe this argument also needed.

Comments

EvanDonovan’s picture

Priority: Critical » Major

Thanks, I believe you are correct that it should check field_language(). Do you have a patch? Also, downgrading to major since the imports are not actually broken, especially on monolingual sites.

Sorry I haven't been maintaining very actively in the past month or so; client work has called me away. I hope to get back to it more intensively in the new year.

kostajh’s picture

Status: Active » Closed (won't fix)