You are here

constant I18N_MODE_LOCALIZE in Internationalization 7

28 uses of I18N_MODE_LOCALIZE
i18n.module in ./i18n.module
Internationalization (i18n) module.
i18nBlocksTestCase::i18nCreateBlock in i18n_block/i18n_block.test
Test creating custom block (i.e. box), moving it to a specific region and then deleting it.
i18nBlocksTestCase::testBlockTranslation in i18n_block/i18n_block.test
i18nTaxonomyTestCase::createVocabulary in i18n_taxonomy/i18n_taxonomy.test
Returns a new vocabulary with random properties.
i18nTaxonomyTestCase::testTaxonomyTermLocalize in i18n_taxonomy/i18n_taxonomy.test

... See full list

File

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

Code

define('I18N_MODE_LOCALIZE', 1);