You are here

function i18n_taxonomy_taxonomy_vocabulary_insert in Internationalization 7

Implements hook_taxonomy_vocabulary_insert()

File

i18n_taxonomy/i18n_taxonomy.module, line 641
i18n taxonomy module

Code

function i18n_taxonomy_taxonomy_vocabulary_insert($vocabulary) {
  i18n_taxonomy_taxonomy_vocabulary_update($vocabulary);
}