Placeless Translation Service 1.3.0
Up to Product page
For additional information about this project, please visit the
project page.
Available downloads
Change log
Fixed another problem in the interpolate function, where variables where not
replaced if the string was an old-style normal string and not unicode.
This closes http://dev.plone.org/plone/ticket/5509.
[hannosch]
Fixed a UnicodeDecodeError bug in the interpolate function, when a mapping
or the text was Unicode but the other one was not. The function excepts only
Unicode as both the text and for all entries of the mapping, as it has no
way to guess the encoding of any of them.
[hannosch]
Sanitized the interpolate function. It had various major bugs and was just
unbelievable slow. This closes http://dev.plone.org/plone/ticket/5421.
[hannosch]
Removed OpenTal support in anticipation of having to support Zope3 zope.tal
for Zope 2.10. We don't want to support three tal implementations ;)
[hannosch]
Big general spring cleaning. Moved to logging module instead of zLOG. The
logging module is included in Python starting with 2.3. Running an older
version of Python is therefore not supported anymore. This goes likewise for
Zope < 2.7.
[hannosch]
Include the filename of the po in the missing-domain error message
[wichert]