#11793 closed (fixed)
i18n documentation makemessages format doesn't work
| Reported by: | anonymous | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.1 |
| Severity: | Keywords: | i18n | |
| 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 i18n docs give the following command line to specify multiple file extensions to examine:
django-admin.py makemessages -l=de -e=html,txt -e xml
However, the =-signs don't seem to be allowed. I noticed this trying to examine html and txt files, when -e=html,txt only examined txt files. Also, making messages with -l=de, I get a =de directory in locale dir.
Change History (3)
comment:1 by , 16 years ago
| milestone: | → 1.2 |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r12440 (trunk pre-1.2) and r12449 (1.1.X branch).