In the registration form, the labels of added fields from the ces_user module appear always in English. The strings are however translated in the .po files.

Comments

esteve.badia’s picture

Assigned: Unassigned » esteve.badia

I'm fixing this issue by using the t() function when altering the register form and the user profile view.

This is not the recommended way to do this but to rely on the i18n_field module. However I think it is not worth to depend on this quite big module just to translate the labels of statically defined fields.

Thus I'm introducing introduce a pair of coder warnings due to calls to the t() function with a variable as the argument.

esteve.badia’s picture

Status: Active » Fixed

Fixed, but remains to update the translations from transifex platform

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.