An open API service indexing awesome lists of open source software.

https://github.com/zopefoundation/zope.i18n

APIs and data related to internationalization and localization.
https://github.com/zopefoundation/zope.i18n

maintained

Last synced: 8 months ago
JSON representation

APIs and data related to internationalization and localization.

Awesome Lists containing this project

README

          

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.