translationstring is a Python library used by various Repoze packages for internationalization (i18n) duties related to translation.
This package provides a translation string class, a translation string factory class, translation and pluralization primitives, and a utility that helps Chameleon templates use translation facilities of this package. It does not depend on Babel, but its translation and pluralization services are meant to work best when provided with an instance of the babel.support.Translations class.
Please see http://docs.repoze.org/translationstring or the docs/index.rst file in this package for the documentation.
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· Add MANIFEST to make sure all files are present in a release. This fixes ticket 8.