zope.app.i18n

Persistent translation domains and message catalogs


Keywords
zope3, i18n, message, factory
License
ZPL-2.1
Install
pip install zope.app.i18n==3.6.2

Documentation

zope.app.i18n

Latest release Supported Python versions https://travis-ci.org/zopefoundation/zope.app.i18n.svg?branch=master https://coveralls.io/repos/github/zopefoundation/zope.app.i18n/badge.svg?branch=master

Summary

This package provides placeful persistent translation domains and message catalogs along with ZMI views for managing them.

Caveats

Currently this integration does not support the feature of plural messages which is supported by the underlying zope.i18n library. In case you need this feature, please discuss this in the issue tracker in the repository.