Closed (fixed)
Project:
Profile Taxonomy
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Dec 2011 at 06:33 UTC
Updated:
3 Mar 2012 at 00:50 UTC
I have tried a few deferent vocabularies but only the top term is always not translated and displayed with the default language. My default language is Japanese and the terms are translated into English by i18n and the languages can be switched by the prefix of URL. I have also attached a screenshot.
| Comment | File | Size | Author |
|---|---|---|---|
| Profile Taxonomy translation.jpg | 21.1 KB | chinita7 |
Comments
Comment #1
chinita7 commentedEdit: I'm using " Localize terms. Terms are common for all languages, but their name and description may be localized." I have also tried the order of the terms but always the term assigned to the first one (on the top) is not translated.
Comment #2
gnindl commentedA simple condition excludes the first term (index: 0). The following committed patches fixes that:
http://drupalcode.org/project/profile_taxonomy.git/blobdiff/22ff8f0a0354...