You are here

function i18n_page_translate_translation in Internationalization 7

Translate object, create translation set

1 call to i18n_page_translate_translation()
i18n_page_translate_tab in ./i18n.pages.inc
Translate or localize page for object
1 string reference to 'i18n_page_translate_translation'
i18n_page_menu_items in ./i18n.pages.inc
Create menu items for translatable objecs

File

./i18n.pages.inc, line 84
Generic translation pages

Code

function i18n_page_translate_translation($type, $object) {
  module_load_include('pages.inc', 'i18n_translation');
  return i18n_translation_object_translate_page($type, $object);
}