You are here

constant I18N_MODE_MULTIPLE in Internationalization 7

9 uses of I18N_MODE_MULTIPLE
i18nMenuTestCase::testMenuTranslateLocalize in i18n_menu/i18n_menu.test
i18nMenuTestCase::testMenuTranslateLocalizeSwitchToNonTranslatable in i18n_menu/i18n_menu.test
Tests if on a switch from translatable to non translatable the translation sets and links are cleaned up.
i18nMenuTestCase::testMenuTranslationSets in i18n_menu/i18n_menu.test
Tests if the translation set management works.
i18nMenuTestCase::testNodeMenuItems in i18n_menu/i18n_menu.test
Test menu items for nodes.
i18n_menu_block_view_alter in i18n_menu/i18n_menu.module
Implements hook_block_view().

... See full list

File

./i18n.module, line 35
Internationalization (i18n) module.

Code

define('I18N_MODE_MULTIPLE', I18N_MODE_LOCALIZE | I18N_MODE_TRANSLATE);