[Zope-CMF] Getting i18n to fire

yuppie y.2010 at wcm-solutions.de
Thu Jul 1 10:16:58 EDT 2010


Charlie Clark wrote:
> Am 30.06.2010, 12:23 Uhr, schrieb yuppie<y.2010 at wcm-solutions.de>:
>> Maybe with the addition that zope.app.locales is no longer part of Zope
>> trunk. So you have to add it as a dependency to get formlib messages
>> translated.
>
> I've done this and the i18n still isn't firing - it's pretty much just the
> formlib stuff that needs translating as the rest of the site is in German.


Well. It works for me. Do you have registrations like these in your product?

   <i18n:registerTranslations directory="locales"/>
   <configure package="zope.app.locales">
     <i18n:registerTranslations directory="."/>
   </configure>

HTH, Yuppie


More information about the Zope-CMF mailing list