#2113 closed defect (fixed)
[patch] Updated DATE*_FORMAT translations in polish i18n file
Reported by: | Owned by: | hugo | |
---|---|---|---|
Component: | Internationalization | Version: | dev |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Here is a small patch to the polish i18n file.
Current translation of DATE_FORMAT causes AttributeError
exception: 'NoneType' object has no attribute 'utcoffset'
Attachments (2)
Change History (4)
by , 18 years ago
Attachment: | django_pl.patch added |
---|
comment:1 by , 18 years ago
For future reference: please don't attach diffs, attach full PO files. .po Files are a pain with diff/merge and since I don't speak most of the languages, I can't handle conflicts or problems that might arise due to weird merging. It was easy in this case as it is a rather small patch, but still I prefer full .po uploads.
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The patch