Terms translated with Entity Translation will share the same ID regardless of the translation language. Currently when linking from a field to a entity translated term the url will point to the terms source language. This is the same issue as for nodes, see : https://drupal.org/node/1875720

The included patch check if the taconomy ha Translation mode = Localize and taxonomy term is checked under "TRANSLATABLE ENTITY TYPES".

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

thelmer’s picture

anrikun’s picture

Status: Active » Needs review
gge’s picture

The latest patch cannot be applied against 7.x-2.3+5-dev.
Can somebody please update the patch?

Thank you

adinac’s picture

FileSize
3.67 KB

My version, adapted after what has been done for nodes here https://www.drupal.org/node/1875720

adinac’s picture

Fixed the implementation of ckeditor_link_ckeditor_link_taxonomy_url() which didn't set the $langcode variable correctly.