You are here

function i18n_field_field_create_field in Internationalization 7

Implements hook_field_create_field().

File

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

Code

function i18n_field_field_create_field($field) {
  i18n_field_field_update_strings($field);
}