``zope.i18n`` ============= .. image:: https://pypip.in/version/zope.i18n/badge.svg?style=flat :target: https://pypi.python.org/pypi/zope.i18n/ :alt: Latest Version .. image:: https://travis-ci.org/zopefoundation/zope.i18n.svg?branch=master :target: https://travis-ci.org/zopefoundation/zope.i18n .. image:: https://readthedocs.org/projects/zopei18n/badge/?version=latest :target: http://zopei18n.readthedocs.org/en/latest/ :alt: Documentation Status 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. .. See ``docs/index.rst`` for the documentation.