The "General" term is not translated due to the missing of t() function on the variable_get() function second parameter in line 46 of userpoints.module file and line 775 of userpoints.admin.inc file.
Correct instruction is

variable_get(USERPOINTS_TRANS_UNCAT, t('General'))

.

Very useful module.
Thank's

Comments

xiukun.zhou’s picture

Status: Active » Needs review
StatusFileSize
new1.08 KB

Hi ishiomin,
I just happened to come across this problem, so I generated a patch
translated default value and variable_set of data

xiukun.zhou’s picture

StatusFileSize
new2.14 KB

Sorry, #1 userpoint_translation.patch patch has a problem