Roundup Tracker - Issues

Message4966

Author antmail
Recipients antmail, ber
Date 2013-12-16.12:13:26
Message-id <1387196006.55.0.481033486554.issue2550825@psf.upfronthosting.co.za>
In-reply-to
Let me expand the problem.

Date class get "translator" variable in it constructor. "_" function 
assigned in constructor to "translator"'s gettext. Default value for 
"translator" is i18n from i18n.py module.

While creating Date instance the "translator" value left to default 
i18n class. Unfortunately, i18n class does not use trackers "language" 
setting and always stay in english.

Thus:
1. Real "translator" value does not pass to Date instance.
2. Default i18n instance have no relation to tracker "language" setting.

Other objects (not a Date) get real "translator" value from the tracker 
instance, i suspect.
History
Date User Action Args
2013-12-16 12:13:26antmailsetmessageid: <1387196006.55.0.481033486554.issue2550825@psf.upfronthosting.co.za>
2013-12-16 12:13:26antmailsetrecipients: + antmail, ber
2013-12-16 12:13:26antmaillinkissue2550825 messages
2013-12-16 12:13:26antmailcreate