19 Sep
2006
19 Sep
'06
10:25 a.m.
On 9/14/06, Pascal Peregrina <Pperegrina@lastminute.com> wrote:
I would like to know the right way to manage messages and store them in ZODB with Zope2+Five or Zope3. Currently, in Zope2, I use Localizer MessageCatalog objects. Is there a new way already available through Five? (note that I don't want to use flat files for translations, they must be ZODB stored for my use case)
The only implementations that exist for Five at the moment is Localizer, PTS and Zope3 i18n. Only Localizer supports storing the message catalogs in ZODB.