Placeless Translation Service 1.4.2
Up to Product page
For additional information about this project, please visit the
project page.
Available downloads
Change log
1.4.2b2 - Released March 23, 2007
Commented out the five:registerPackage for now, as it lead to ugly
ConnectionStateErrors during tests, as PTS would have been set up as part
of the ZCML layer.
[hannosch]
1.4.2b1 - Released March 5, 2007
Small optimization. Check if the context passed to the translate function
is already a request, so we don't need to acquire it from the context.
[hannosch]
Added IPTSTranslationDomain interface and utility. These can be used to
proxy a translation domain that is still handled by PTS to make it available
as a Zope3 translation domain as well, so it can be used in pure Zope3 page
templates for example.
[hannosch, philiKON]