Roundup Tracker - Issues

Issue 1069258

classification
hyperdb errors need i18n
Type: Severity: normal
Components: Database Versions:
process
Status: closed fixed
:
: jpend : a1s, jpend
Priority: normal :

Created on 2004-11-19 08:09 by a1s, last changed 2007-09-28 03:44 by jpend.

Messages
msg1529 Author: [hidden] (a1s) Date: 2004-11-19 08:09
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.
msg1530 Author: [hidden] (jpend) Date: 2007-09-28 03:44
All of the hyperdb errors should have i18n exceptions now.
History
Date User Action Args
2004-11-19 08:09:00a1screate