#13467 closed (fixed)
Bad Japanese Translation for "Password reset on %s"
Reported by: | cdeyoung | Owned by: | nobody |
---|---|---|---|
Component: | Translations | Version: | 1.1 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The Japanese translation for the subject line in the email that is sent when you request to reset your password is incorrect. The English string is "Password reset on %s" and the Japanese translation should be "%s のパスワードのリセット". The current translation in Django 1.1.1 doesn't mean anything.
Change History (4)
comment:1 by , 15 years ago
milestone: | → 1.2 |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
(In [13084]) Fixed #13467 -- Corrected Japanese translation for password reset emails. Thanks to cdeyoung for the report.