You are here

i18ncck.install in Internationalization 6

Installation file for i18ncck module.

File

i18ncck/i18ncck.install
View source
<?php

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

/**
 * Implementation of hook_enable().
 *
 * Create all strings from CCK for translation.
 */
function i18ncck_enable() {
  drupal_load('module', 'i18nstrings');
  i18ncck_locale_refresh();
}

Functions

Namesort descending Description
i18ncck_enable Implementation of hook_enable().