Placeless Translation Service 1.4.0
Up to Product page
For additional information about this project, please visit the
project page.
Available downloads
Change log
Fixed translate method to work in an environment where the context is not
acquisition wrapped.
[hannosch]
Fixed one more deprecation warning in GettextMessageCatalog.
[hannosch]
Removed PatchStringIO completely, it apparently wasn't needed anymore.
[hannosch]
Removed the FasterStringIO module and the accompanying monkey patch. These
are part of CMFPlone/patches now.
[hannosch]
Clarified some doc strings on the utranslate methods, these are identical
to the translate methods now, don't use them anymore.
[hannosch]
Cleaned up the PatchStringIO a bit, as we require Zope 2.10 now, we always
have the Zope3 TAL machinery around and we should suppress the annoying
deprecation warnings.
[hannosch]
Deprecated the RequestGetAccept language negotiation handler, as it
interferes with forms that include a field called language. We do not
register the handler in 1.4 anymore. This closes
http://dev.plone.org/plone/ticket/4986.
[hannosch]
Cleaned up tests and removed custom testrunner (framework/runalltests).
[hannosch]
All translation domains which are registered with the Zope3 translation
service are now ignored by PTS, as PTS wouldn't been queried for these
anyways.
[hannosch]
PTS's translations (for the management screens) are now set up to use the
Zope3 translation service. Quite ironic you may think, but this emphasizes
even more the path PTS will take.
[hannosch]
Converted PTS's own translation to new-stype locales folder layout.
[hannosch]
Changed translate method of PTS to return Unicode by default to work better
with Zope 2.10+, which uses the Zope3 tal and pagetemplate machinery which
expects Unicode in all places.
[hannosch]