Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
6.x-2.6
Component:
user data
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Oct 2009 at 12:48 UTC
Updated:
31 Oct 2009 at 17:45 UTC
i have core user profile module installed. user profile includes a category field (as select list). this select field is translated through i18n and in user profile pages it's displayed properly in different languages.
though when rendered in a user view this field does not change according to the current language. it looks like views ignore the translation of the field.
Comments
Comment #1
merlinofchaos commentedViews only supports core translation mechanisms. Items translated separately are not supported by Views unless that translation mechanism also extends the Views support.