Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2113 closed defect (fixed)

[patch] Updated DATE*_FORMAT translations in polish i18n file

Reported by: mstarzyk@… 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)

django_pl.patch (782 bytes ) - added by mstarzyk@… 18 years ago.
The patch
django_pl.2.patch (551 bytes ) - added by mstarzyk@… 18 years ago.
Actually - this is the correct patch.

Download all attachments as: .zip

Change History (4)

by mstarzyk@…, 18 years ago

Attachment: django_pl.patch added

The patch

by mstarzyk@…, 18 years ago

Attachment: django_pl.2.patch added

Actually - this is the correct patch.

comment:1 by hugo, 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 hugo, 18 years ago

Resolution: fixed
Status: newclosed

(In [3120]) fixed #2113: fixed 'pl' translation of date formats

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