#10600 closed (fixed)
Broken msgid in r.10140 translations
| Reported by: | Jarek Zgoda | Owned by: | nobody |
|---|---|---|---|
| Component: | Translations | Version: | dev |
| Severity: | Keywords: | xgettext makemessages | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
I tried to update messages catalog for pl and got:
jarek:~/install/django/django$ LANG=C django-admin.py makemessages -l pl
processing language pl
Error: errors happened while running xgettext on options.py
./contrib/admin/options.py:498: warning: 'msgid' format string with unnamed arguments cannot be properly localized:
The translator cannot reorder the arguments.
Please consider using a format string with named arguments,
and a mapping instead of a tuple for the arguments.
This error prevents updating django.po for Polish language (and I suppose for others too).
Attachments (1)
Change History (4)
by , 17 years ago
| Attachment: | admin-options-trans.diff added |
|---|
comment:1 by , 17 years ago
| Has patch: | set |
|---|
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 17 years ago
Sorry, Jarek. I didn't see you'd attached a patch before I fixed it. My bad. :-(
Note:
See TracTickets
for help on using tickets.
patch for contrib/admin/options.py with fixed msgid