You are here

function i18n_field_field_update_strings in Internationalization 7

Update field strings

2 calls to i18n_field_field_update_strings()
i18n_field_field_create_field in i18n_field/i18n_field.module
Implements hook_field_create_field().
i18n_field_field_update_field in i18n_field/i18n_field.module
Implements hook_field_update_field().

File

i18n_field/i18n_field.module, line 376
Internationalization (i18n) module - Field handling

Code

function i18n_field_field_update_strings($field) {
  i18n_string_object_update('field', $field);
}