Zope3 Internationalization Support
Project description
This package 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.
zope.i18n package changelog
After 3.4.0b3
3.4.0b4 - (7/19/2007)
Bug: Number parsing was too forgiving, allowing non-numerical and/or formatting characters before, after and within the number. The parsing is more strict now.
3.4.0b3 - (6/28/2007)
Bug: There was a bug in the parser that if no decimal place is given you still had to type the decimal symbol. Corrected this problem (one character ;-) and provided a test.
3.4.0b2 - (6/25/2007)
Feature: Added ability to change the output type when parsing a number.
3.4.0b1
Bug: Fixed dependency on zope.security to require a version that does not have the hidden dependency on zope.testing.
Note: Releases between 3.2.0 and 3.4.0b1 were not tracked as individual packages. The changes can be reconstructed from the Zope 3 changelog.
3.2.0 - 2006/01/05
Corresponds to the verison of the zope.i18n package shipped as part of the Zope 3.2.0 release.
Added a picklable offset-based timezone to ‘pytz’, a la zope.app.datetimeutils’. Added tests in ‘zope.i18n’ to show that we need something like it, and then actually use it in ‘zope.18n.format’.
Added support for parsing / formatting timezones using ‘pytz’ (new external dependency).
Implemented remaining date/time formatters, including adding week information to the calendar.
3.0.0 - 2004/11/07
Corresponds to the version of the zope.i18n package shipped as part of the Zope X3.0.0 release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.