Closed (fixed)
Project:
Internationalization
Version:
7.x-1.0-rc3
Component:
Fields
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2011 at 12:48 UTC
Updated:
22 Sep 2011 at 19:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
mindgame commentedWith issue http://drupal.org/node/1157426 all t() have been removed from the field system.
So here as well the t() shouldn't be used, but the problem still persists in current D7.7.
When following the correct approach for field translation using i18n_field.module the affected method options_field_widget_form() is called from i18n_field_field_widget_form().
Maybe we can use $instance_current instead of $instance for the callback?
Comment #2
czigor commentedI do not know the correct approach, but the patch is working for me, thanks!
Comment #3
jose reyero commentedLooks like a good idea. Committed. Thanks.