Roundup Tracker - Issues

Message1529

Author a1s
Recipients
Date 2004-11-19.08:09:00
Message-id
In-reply-to
hyperdb exception (DesignatorError, DatabaseError,
HyperdbValueError) instances are associated with
formatted messages that are not translatable because
the message contains variable data.

we need to either translate the format string at the
places where these exceptions are raised, or make the
format string and format parameters available
separately on the exception instance, and do format
translation in the user interface.
History
Date User Action Args
2009-02-03 14:21:01adminlinkissue1069258 messages
2009-02-03 14:21:01admincreate