summaryrefslogtreecommitdiff
path: root/README.rst
blob: 175b4b41150df53d6c22eb658d3b7a305b4961fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
``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.