<?php
// $Id: i18ncck.install,v 1.1.2.1 2009/08/23 14:40:05 neochief Exp $

/**
 * @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();
}