Opened 19 years ago
Closed 19 years ago
#3950 closed (fixed)
django/conf/locale/no/LC_MESSAGES is invalid
| Reported by: | Owned by: | hugo | |
|---|---|---|---|
| Component: | Translations | Version: | dev |
| Severity: | Keywords: | l10n, no, i18n | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The file is in latin1, and has invalid 3 format strings.
The patch changes the encoding to utf-8 (or so it should) and fixes the format strings to fit the language.
Attachments (2)
Change History (6)
by , 19 years ago
| Attachment: | django.po.diff added |
|---|
comment:1 by , 19 years ago
| Keywords: | l10n no i18n added |
|---|---|
| Summary: | django/conf/locale/no/LC_MESSAGES is invalid [patch] → django/conf/locale/no/LC_MESSAGES is invalid |
| Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 19 years ago
| Has patch: | unset |
|---|---|
| Triage Stage: | Ready for checkin → Accepted |
by , 19 years ago
| Attachment: | django.po.2.diff added |
|---|
comment:3 by , 19 years ago
| Has patch: | set |
|---|---|
| Triage Stage: | Accepted → Ready for checkin |
Sorry 'bout that, fixed.
comment:4 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Could try to upload that patch again? It's not a patch at the moment. :-)
Move it back to "ready for checkin" when the correct file's been upload and I'll commit it.