#28252 closed Bug (fixed)
Translation documentation on default file extensions differ from makemessages --help output
| Reported by: | Markus Amalthea Magnuson | Owned by: | Jonatas CD |
|---|---|---|---|
| Component: | Documentation | Version: | 1.11 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The translation documentation (https://docs.djangoproject.com/en/1.11/topics/i18n/translation/) says:
"By default django-admin makemessages examines every file that has the .html or .txt file extension."
But running makemessages --help says:
'The file extension(s) to examine (default: "html,txt,py", or "js" if the domain is "djangojs").'
The documentation might need to be updated to clarify this.
Change History (5)
comment:1 by , 8 years ago
| Component: | Uncategorized → Documentation |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
| Type: | Uncategorized → Bug |
comment:2 by , 8 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 8 years ago
| Has patch: | set |
|---|
Note:
See TracTickets
for help on using tickets.
PR created.