You are here

function i18n_taxonomy_translation_set_load in Internationalization 7

Load translation set. Menu loading callback.

1 call to i18n_taxonomy_translation_set_load()
i18n_taxonomy_form_taxonomy_form_term_alter in i18n_taxonomy/i18n_taxonomy.module
Implements hook_form_FORM_ID_alter()

File

i18n_taxonomy/i18n_taxonomy.module, line 1238
i18n taxonomy module

Code

function i18n_taxonomy_translation_set_load($tsid) {
  return i18n_translation_set_load($tsid, 'taxonomy_term');
}