zope.i18n implements several APIs related to internationalization and localization.
- Locale objects for all locales maintained by the ICU project.
- Gettext-based message catalogs for message strings.
- Locale discovery for Web-based requests.
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· Restore zope.i18n.testing.{setUp,PlacelessSetup} that got lost in 4.0.0a3. These require zope.publisher, which is not ported to Python 3 yet, so I haven't added it back to install_requires in setup.py. User beware.