Closed (fixed)
Project:
UC Profile
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jun 2010 at 10:11 UTC
Updated:
5 Sep 2013 at 08:48 UTC
Jump to comment: Most recent file
Comments
Comment #1
jdanthinne commentedOkay, that was very urgent, so I've made a patch myself to make it work nicely with i18nprofile.
Now profile fields are correctly translated during checkout.
Comment #2
EvanDonovan commentedStatus should be "needs review". "to be ported" is only if the patch has been applied to a more recent branch and needs a backport.
Comment #3
indytechcook commentedCommitted: http://drupal.org/cvs?commit=443766
Comment #4
jdanthinne commentedGreat. Thanks.
Comment #6
herveh commentedHello and sorry to reopen the conversation
I installed an updated version which included this modification,
but I still don't have translated strings on the checkout panes, any idea?
Thanks for your help!
Comment #7
vasrush commentedIt is working, but only on dev version.
Comment #8
vasrush commentedComment #9
khan2ims commentedThe translations are not showing up on review order page though..
Edit I change code on line 78 to this
'title' => t($field->title),. Now the translations are showing up on review order page as well.