Active
Project:
Content Profile
Version:
6.x-1.0-beta4
Component:
Base module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Apr 2010 at 14:51 UTC
Updated:
8 Oct 2011 at 09:43 UTC
Jump to comment: Most recent file
Comments
Comment #1
robby.smith commentedComment #2
marthinal commentedYes, adding t() we fix the problem I think it 's important solve definitly the bug to help others not lose their time with this.Patch added.
Comment #3
marthinal commentedI had some problem with my categories translation even adding t() funtion.
The problem is into i18nprofile.If you have enabled this module you could translate the user category. refering this bug http://drupal.org/node/306768#comment-5038650.So you dont need to add t() in content_profile module.
I was talking with Jose Reyero in a drupalcamp about this and at the moment a fast way to fix it is adding t() in i18nprofile.
Sure it isnt the ideal way but all the development at the moment is in D7 and the way it works is different than D6 because hooks about users are differents,it works different.
Hope it helps.