summaryrefslogtreecommitdiff
path: root/README.rst
blob: e13e4273b8d0516921cbaa70de92a75b29971129 (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
26
27
28
29
30
31
32
33
zope.i18n
=========


.. image:: https://img.shields.io/pypi/v/zope.i18n.svg
        :target: https://pypi.org/project/zope.i18n/
        :alt: Latest release

.. image:: https://img.shields.io/pypi/pyversions/zope.i18n.svg
        :target: https://pypi.org/project/zope.i18n/
        :alt: Supported Python versions

.. image:: https://github.com/zopefoundation/zope.i18n/actions/workflows/tests.yml/badge.svg
        :target: https://github.com/zopefoundation/zope.i18n/actions/workflows/tests.yml

.. image:: https://coveralls.io/repos/github/zopefoundation/zope.i18n/badge.svg?branch=master
        :target: https://coveralls.io/github/zopefoundation/zope.i18n?branch=master

.. image:: https://readthedocs.org/projects/zopei18n/badge/?version=latest
         :target: http://zopei18n.readthedocs.io/en/latest/?badge=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.