Active
Project:
User Points
Version:
7.x-1.0
Component:
Code: userpoints
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2013 at 17:07 UTC
Updated:
21 Nov 2016 at 04:59 UTC
Jump to comment: Most recent
Comments
Comment #1
funature commentedI also need this!
Comment #2
jed_bh commentedI had the same issue. My categories were not being translated after being localized in the taxonomy vocabulary for user points. Looked for any strings for translation without any luck.
I looked at user points.module and concluded that userpoints_get_categories() is passing plain titles so I replaced this bit:
$options[$term->tid] = $term->name;with these bits:
Comment #3
Triumphent commentedWorks for me. Thanks!