#20149: Forgot password email not being correctly translated
-------------------------------------+-------------------------------------
Reporter: static | Owner: nobody
Type: Bug | Status: closed
Component: contrib.admin | Version: 1.5
Severity: Normal | Resolution: needsinfo
Keywords: i18n, templates, | Triage Stage:
admin | Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by static):
I made some changes in my code and updated Django to 1.5.1, now it is
working (very strange).
I was using in my settings:
{{{
LANGUAGE_CODE = 'pt-br'
ugettext = lambda s: s
LANGUAGES = (
('pt-br', ugettext('Portuguese')),
('en', ugettext('English')),
)
DEFAULT_LANGUAGE = 1
}}}
I will keep it closed until it happens again.
--
Ticket URL: <https://code.djangoproject.com/ticket/20149#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.