Closed (outdated)
Project:
Pathauto
Version:
7.x-1.x-dev
Component:
I18n stuff
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2012 at 01:12 UTC
Updated:
11 Feb 2018 at 16:52 UTC
Jump to comment: Most recent
Comments
Comment #1
mmncs commentedI have found out so far that it is in the function:
function token_generate($type, array $tokens, array $data = array(), array $options = array()) {
$options += array('sanitize' => TRUE);
$replacements = module_invoke_all('tokens', $type, $tokens, $data, $options);
"module_invoke_all" the translated taxonomy terms are skipped.
Comment #2
mmncs commented