auth.messages settings... these are the defaults, but they get to be
translated by default (and normally is a good thing). If you set them as
auth.messages.label_first_name = 'test' they shouldn't be translated at all.
label_first_name='First name',
label_last_name='Last name',
label_username='Username',
label_email='E-mail',
label_password='Password',
label_registration_key='Registration key',
label_reset_password_key='Reset Password key',
label_registration_id='Registration identifier',
label_role='Role',
label_description='Description',
label_user_id='User ID',
label_group_id='Group ID',
label_name='Name',
label_table_name='Object or table name',
label_record_id='Record ID',
label_time_stamp='Timestamp',
label_client_ip='Client IP',
label_origin='Origin',
label_remember_me="Remember me (for 30 days)",
On Tuesday, November 6, 2012 3:06:08 PM UTC+1, Jan Rozhon wrote:
>
> Hi, I am facing the problem that my Login (.../user/login) form uses
> translations for its labels and I need to forbid this behavior. What is the
> correct way of doing this?
>
> Thanks, Jan
>
--