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