Opened 11 years ago
Closed 11 years ago
#24457 closed New feature (wontfix)
Translate runserver messages
| Reported by: | Claude Paroz | Owned by: | nobody |
|---|---|---|---|
| Component: | Core (Management commands) | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
I think that messages output by the runserver command should be translated (respecting LANGUAGE_CODE).
Change History (6)
comment:1 by , 11 years ago
| Has patch: | set |
|---|
comment:2 by , 11 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
comment:3 by , 11 years ago
Until now, as far as I know, we have only translated messages visible by end-users, not messages targeted at developers — mostly exception messages and debugging tools.
There's one advantage to that strategy. Avoiding translations in error handling code eliminates the possibility of cascading failures.
comment:4 by , 11 years ago
Ah yes, I admit this might open the pandora's box. I wonder if we hadn't this discussion already before.
There are still changes from the PR I'd like to commit, I'll open a new one.
comment:6 by , 11 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Closing the ticket as the PR is not really related to the original subject.
https://github.com/django/django/pull/4260