Many Drupal developers, including myself, use a View to replace the default Taxonomy Term page. Those of us who do this set up a simple taxonomy term page view with one argument for the term id (taxonomy/term/%). Then we enable the option to override the title, using the first argument %1.
Those who use the Entity Translation module usually use this Title Module as well so that Taxonomy Terms themselves can be translatable along with any fields attached to them.
Unfortunately, the result is that titles on Taxonomy Term pages display as untranslated.
This issue was originally reported here http://drupal.org/node/1491292 but the issue is not so much with Views as it is with this Title module.
Is there a way this module can change the Views "Override Title" functionality to use the translatable fields?
Comments
Comment #1
plachThis is a missig functionality not a bug.
Comment #2
plachI guess Views should be using
entity_load()+entity_label().Similar issues:
#1651726: Use entity_label instead of term name for term reference exposed filters
#1889116: Content: Has taxonomy term ID (with depth) filter does not take translation into account