Only a little thanks for the module.

Note: there is a little problem about translation(s): the array $hide_opts in last function (taxonomy_delegate_settings_form) use values not translatable (fixed in PHP, without t()).
The terms for labels are "globals", so with:

$hide_opts = array(
    'parent' => t('Parent'),
    'synonyms' => t('Synonyms'),
    'weight' => t('Weight'),
    'relations' => t('Related terms'),
    );

the translation is done... without additions.

Ciao;
Matteo

CommentFileSizeAuthor
#3 taxonomy_delegate_it.po6 KBmatteo.boria

Comments

nancydru’s picture

Good catch, Matteo. And thanks for the translation, but it is not attached.

nancydru’s picture

Status: Active » Patch (to be ported)

The $hide_opts values problem is fixed in both branches (-dev).

matteo.boria’s picture

StatusFileSize
new6 KB

<8^G

Sorry.... now the file!

nancydru’s picture

Status: Patch (to be ported) » Fixed

Committed to 5.x-1.x-dev.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.