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.
- Host: GitHub
- URL: https://github.com/pylons/translationstring
- Owner: Pylons
- License: other
- Created: 2011-02-16T06:11:35.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2023-08-31T14:15:59.000Z (over 2 years ago)
- Last Synced: 2024-04-30T10:32:11.247Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 120 KB
- Stars: 28
- Watchers: 17
- Forks: 17
- Open Issues: 11
-
Metadata Files:
- Readme: README.rst
- Changelog: changes.rst
- License: LICENSE.txt
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.