You are here

i18nmenu.install in Internationalization 6

Installation file for i18nmenu module.

File

i18nmenu/i18nmenu.install
View source
<?php

/**
 * @file
 * Installation file for i18nmenu module.
 */

/**
 * Implementation of hook_enable().
 *
 * Create all strings from menus for translation.
 */
function i18nmenu_enable() {
  drupal_load('module', 'i18nstrings');
  i18nmenu_locale_refresh();
}

Functions

Namesort descending Description
i18nmenu_enable Implementation of hook_enable().