TranslationService is a placeful translation service for Zope 2.6 and Zope 2.7.
It allows you to have fully functional internationalization from Page Templates using the standardized i18n tags. See the ZPT internationalization wiki for more details on the syntax.
Currently there is only one message catalog implementation provided, which is based on Localizer 1.0.1's MessageCatalog. In the future it will be easy to create additionnal message catalogs, for instance one based on a plain filesystem .po or .mo file.
translation_service
Default
That's it! You should now be able to use i18n tags in Page Templates.
TranslationService is developped by Florent Guillaume at Nuxeo .