You are here

function i18n_translation_set_overview in Internationalization 7

Translation set generic form

File

i18n_translation/i18n_translation.module, line 302
Internationalization (i18n) module - Entity translations

Code

function i18n_translation_set_overview($form, &$form_state, $type = NULL, $tsids = NULL) {
  module_load_include('admin.inc', 'i18n_translation');
  return i18n_translation_admin_form($form, $form_state, $type, $tsids);
}