Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/propertyshelf/ps.zope.i18nfield

A zope.schema field for inline translations.
https://github.com/propertyshelf/ps.zope.i18nfield

Last synced: about 2 months ago
JSON representation

A zope.schema field for inline translations.

Awesome Lists containing this project

README

        

ps.zope.i18nfield
=================

.. image:: https://img.shields.io/pypi/v/ps.zope.i18nfield.svg
:target: https://pypi.python.org/pypi/ps.zope.i18nfield
:alt: PyPI Version

.. image:: https://img.shields.io/pypi/pyversions/ps.zope.i18nfield.svg
:target: https://pypi.python.org/pypi/ps.zope.i18nfield
:alt: Supported Python Versions

.. image:: https://img.shields.io/travis/propertyshelf/ps.zope.i18nfield/master.svg
:target: https://travis-ci.org/propertyshelf/ps.zope.i18nfield
:alt: Travis CI status

.. image:: https://img.shields.io/coveralls/github/propertyshelf/ps.zope.i18nfield/master.svg
:target: https://coveralls.io/github/propertyshelf/ps.zope.i18nfield?branch=master
:alt: Coverage Status

This package provides a `zope.schema `_ based field which allows multiple translations within the field.
It uses a custom dictionary class for the storage.
There is also a widget available for the `z3c.form `_ library.