#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 )
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)
Change History (4)
by , 8 years ago
comment:1 by , 8 years ago
Description: | modified (diff) |
---|
comment:2 by , 8 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thanks for the report but translations are handled at Transifex.