blob: edba4f53663054b9cd701d15ab87c1d154d72cf3 (
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://travis-ci.org/zopefoundation/zope.i18n.svg?branch=master
:target: https://travis-ci.org/zopefoundation/zope.i18n
.. 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/zopeintid/badge/?version=latest
:target: http://zopeintid.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.
|