forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
518 B
Text
10 lines
518 B
Text
translationstring is a library used for internationalization (i18n) duties.
|
|
|
|
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.
|
|
|
|
WWW: https://pypi.python.org/pypi/translationstring
|