https://github.com/propertyshelf/ps.zope.i18nfield
A zope.schema field for inline translations.
https://github.com/propertyshelf/ps.zope.i18nfield
Last synced: about 1 month ago
JSON representation
A zope.schema field for inline translations.
- Host: GitHub
- URL: https://github.com/propertyshelf/ps.zope.i18nfield
- Owner: propertyshelf
- Created: 2014-09-08T17:50:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T15:24:55.000Z (over 2 years ago)
- Last Synced: 2025-04-12T01:16:29.744Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
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 StatusThis 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.