Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#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 Tim Graham, 7 years ago

Component: UncategorizedDocumentation
Triage Stage: UnreviewedAccepted
Type: UncategorizedBug

comment:2 by Jonatas CD, 7 years ago

Owner: changed from nobody to Jonatas CD
Status: newassigned

comment:3 by Jonatas CD, 7 years ago

Has patch: set

PR created.

comment:4 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: assignedclosed

In 31f133e:

Fixed #28252 -- Corrected docs for default file extensions of makemessages.

comment:5 by Tim Graham <timograham@…>, 7 years ago

In b0ed146:

[1.11.x] Fixed #28252 -- Corrected docs for default file extensions of makemessages.

Backport of 31f133ea08d41907a67f9e3d667f2a09c167a97c from master

Note: See TracTickets for help on using tickets.
Back to Top