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]

Reply via email to