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

https://github.com/pylons/translationstring

A library used for internationalization (i18n) duties related to translation.
https://github.com/pylons/translationstring

Last synced: 9 months ago
JSON representation

A library used for internationalization (i18n) duties related to translation.

Awesome Lists containing this project

README

          

translationstring
=================

A library used by various `Pylons Project `_ packages
for internationalization (i18n) duties related to translation.

This package provides a *translation string* class, a *translation string
factory* class, translation and pluralization primitives, and a utility that
helps `Chameleon `_ templates use
translation facilities of this package. It does not depend on `Babel
`_, but its translation and pluralization
services are meant to work best when provided with an instance of the
``babel.support.Translations`` class.

Please see https://docs.pylonsproject.org/projects/translationstring/en/latest/
for the documentation.