function i18nmenu_enable in Internationalization 6
Implementation of hook_enable().
Create all strings from menus for translation.
File
- i18nmenu/
i18nmenu.install, line 13 - Installation file for i18nmenu module.
Code
function i18nmenu_enable() {
drupal_load('module', 'i18nstrings');
i18nmenu_locale_refresh();
}