Opened 4 hours ago
Last modified 4 hours ago
#36950 closed Bug
Django admin login page: "Forgotten your password or username?" is not translated in Japanese locale — at Version 1
| Reported by: | Ryu | Owned by: | |
|---|---|---|---|
| Component: | contrib.admin | Version: | 5.2 |
| 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 )
Description:
On the Django admin login page, the text:
"Forgotten your password or username?"
is not translated when the active language is set to Japanese (ja).
Even though the locale is properly configured and other texts on the admin login page are translated into Japanese, this specific string remains in English.
However, according to the source, the Japanese translation does exist in the django.po file:
so it appears that the translation entry is present, but not being applied in practice.
Environment:
Django version: 5.2.10
Python version: 3.12
Change History (2)
by , 4 hours ago
| Attachment: | login-page.jpg added |
|---|
comment:1 by , 4 hours ago
| Description: | modified (diff) |
|---|