Opened 17 years ago

Closed 17 years ago

#4137 closed (fixed)

django.util.timesince i18n patch

Reported by: Sung-Jin Hong <serialx.net@…> Owned by: hugo
Component: Internationalization Version: dev
Severity: Keywords: timesince
Cc: serialx@… 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 timesince util(filter) have some crucial formatting i18n missing. (ie. You cannot i18n the time formatting string) This simple patch resolves it.

Attachments (1)

django.util.timesince.i18n.patch.diff (919 bytes ) - added by Sung-Jin Hong <serialx.net@…> 17 years ago.
django.util.timesince i18n patch

Download all attachments as: .zip

Change History (3)

by Sung-Jin Hong <serialx.net@…>, 17 years ago

django.util.timesince i18n patch

comment:1 by Malcolm Tredinnick, 17 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Malcolm Tredinnick, 17 years ago

Resolution: fixed
Status: newclosed

(In [5071]) Fixed #4137 -- Added translation markup to a couple of missed strings. Thanks,
Sung-Jin Hong.

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