Issue 1069258
Created on 2004-11-19 08:09 by a1s, last changed 2007-09-28 03:44 by jpend.
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.
|
|
Date |
User |
Action |
Args |
2004-11-19 08:09:00 | a1s | create | |
|