I am mounting my application outside of cocoon directory structure, so if I remember correctly, I will not be able to use context:// protocol, is there another way?
Thanks, -Alex --- Antonio Gallardo <[EMAIL PROTECTED]> wrote: > Alex Romayev dijo: > > Hi, > > > > It seems that I18nTransformer is now looking for > > messages in the relative to the current sitemap > > directory. Is it possible to have a single base > > location for all messages? > > Yep. In sitemap.xmap you can set it using context: > > <map:transformer name="i18n" ....> > <catalogues default="woody"> > <catalogue id="woody" name="WoodyMessages" > location="context://translations"/> > <catalogue id="mensajes" name="mensajes" > location="context://translations"/> > </catalogues> > <cache-at-startup>false</cache-at-startup> > </map:transformer> > > Best Regards, > > Antonio Gallardo > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
