In userpoints_menu(), all titles are not translated. I guess, this is because the pints branding.

At least the rest of the title must be translated! It's not useful to have a menu item called "Users by !Points" where "Users by" is not translated.

I'm not completely sure if we should first translate the text without "!points" or if there should first the replacement of "!points" be done. I think, the former is the better idea.

Comments

berdir’s picture

Status: Active » Closed (won't fix)

hook_menu() must not use t(), that is handled by the menu system automatically.