Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#27455 closed Bug (fixed)

When use "zh-HANT" locale,the URL of "reset user password" page in Django Admin is not correct.

Reported by: frocelu Owned by: nobody
Component: Internationalization Version: 1.10
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: yes

Description (last modified by frocelu)

In "en-US" locale,the page:「http://[DOMAIN]/admin/auth/user/[ID]/change/」 have a link to change user's password.
The URL of the link is 「http://[DOMAIN]/admin/auth/user/[ID]/password/」.
But,when I switch to "zh-HANT" locale, the function on「http://[DOMAIN]/admin/auth/user/[ID]/change/」 can't work.
It goes to 「http://[DOMAIN]/admin/auth/user/[ID]/change/password/」 ,it is a wrong link.

The attachment is a right po file, but i don,t know how to fix it.

Attachments (1)

django.po (6.9 KB ) - added by frocelu 8 years ago.

Download all attachments as: .zip

Change History (4)

by frocelu, 8 years ago

Attachment: django.po added

comment:1 by frocelu, 8 years ago

Description: modified (diff)

comment:2 by Tim Graham, 8 years ago

Resolution: invalid
Status: newclosed

Thanks for the report but translations are handled at Transifex.

comment:3 by Claude Paroz <claude@…>, 8 years ago

Resolution: invalidfixed

In 9b7c196:

Fixed #27455 -- Fixed contrib.auth link in Chinese translation

Note: See TracTickets for help on using tickets.
Back to Top