You are here

function i18ntaxonomy_enable in Internationalization 6

Implementation of hook_enable().

Just add strings to locale tables.

File

i18ntaxonomy/i18ntaxonomy.install, line 49
Installation file for i18ntaxonomy module.

Code

function i18ntaxonomy_enable() {
  drupal_load('module', 'i18nstrings');
  i18ntaxonomy_locale_refresh();
}