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.
- Host: GitHub
- URL: https://github.com/zopefoundation/zope.i18n
- Owner: zopefoundation
- License: other
- Created: 2013-02-11T20:53:07.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-09-12T07:15:29.000Z (9 months ago)
- Last Synced: 2025-10-06T19:48:32.736Z (8 months ago)
- Topics: maintained
- Language: Python
- Homepage:
- Size: 5.89 MB
- Stars: 2
- Watchers: 59
- Forks: 13
- Open Issues: 12
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Copyright: COPYRIGHT.txt
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.