I use patched ctools from #1727804: Keywords substitution doesn't work as expected
I have a taxonomy vocabulary with the option "Localize. Terms are common for all languages, but their name and description may be localized. " enabled (i18n module).
Breadcrumb title is %node:field-category:name
However, the title (term names) appears in the original language (not translated).
Am I missing something?
| Comment | File | Size | Author |
|---|
Comments
Comment #1
spleshkaThanks for your report, I'll check this issue ASAP.
Comment #2
moniuch commentedI can confirm this (unfortunately). I have the i18n sub-module enabled and I looked into the Translate tab, but there's nothing that seems to fix the translation of rendered breadcrumbs.
My setup includes taxonomy vocabulary in Localize mode, + Entity Translation. I enabled Taxonomy Term at
/admin/config/regional/entity_translation, turned on the permission to translate this entity, but this did not change anything. Maybe this issue http://drupal.org/node/1516202 will help you.Comment #3
sylus commentedCan confirm this behaviour as well :) Has their been any progress on this?
Thanks for your work on this awesome module!
I'd be willing to try my hand at solving this but not really sure where to begin ^_^
Comment #4
sylus commentedI was able to get this working by manually changing the name to i18n-name
For instance:
%node:field-category:name should be %node:field-category:i18n-name
%node:field-category:0:parents-all:1:parent should be %node:field-category:0:parents-all:1:parent:i18n-name
This doesn't appear in the dropdown but does work when u manually specify it.
Comment #5
spleshka@sylus, thanks for your help! I believe that now this issue will be solved faster :)
Comment #6
moniuch commentedYep, that worked for me. Thanks.
Comment #7
kalabroLooks like it is normal behaviour for this type of translation:
Comment #7.0
kalabrospelling
Comment #8
jfeltkampThanks @Sylus for #4 giving the important hint.
I had just to change the second number to solve my problem:
I think the first number gives the field-item number if you have multiple or unlimited field values. The meaning of the second number what I have changed to "0" I don't know. But it works fine now.