You are here

function i18nprofile_enable in Internationalization 6

Refresh strings when enabled.

File

i18nprofile/i18nprofile.install, line 11
Installation file for i18nprofile module.

Code

function i18nprofile_enable() {
  drupal_load('module', 'i18nstrings');
  i18nprofile_locale_refresh();
}