| Project: | Internationalization Views |
| Version: | 7.x-3.x-dev |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | supergogy |
| Status: | active |
Issue Summary
I have a localized vocabulary called Location (Translate. Different terms will be allowed for each language and they can be translated.) with the following terms:
In Croatian
--------
1 Hrvatska
2 Zagreb
3 Split
4 Kontinetalna
In English
--------
5 Croatia
6 Zagreb
7 Split
8 Continental
I've created a View called Location with a path locations/% and contextual filters:
Content: Has taxonomy term ID (with depth, translated), Term name converted to Term ID, Transform dashes in URL...
Content: Has taxonomy term ID depth modifier
When I access the page in croatian everything works ok, and I get a list of articles (location/hrvatska, location/zagreb, ...).
When I try to access that page in english I don't get a list of articles for all terms, only for Croatia and Continental (location/croatia, location/continental).
The problem is in the same name of terms Zagreb and Split (location/zagreb, location/split).
For this terms I get wrong tid in contextual filter.
Can somebody help me?
Thanks a lot.