summaryrefslogtreecommitdiff
path: root/textproc/py-translationstring
Commit message (Collapse)AuthorAgeFilesLines
* - Stage supportMartin Wilke2014-02-172-35/+3
| | | | | | | | - Convert to autoplist - Bump PORTREV Notes: svn path=/head/; revision=344765
* - Update WWW:Sunpoet Po-Chuan Hsieh2013-11-201-1/+1
| | | | | | | | | | | - http://cheeseshop.python.org/ -> https://pypi.python.org/ - http://pypi.python.org/ -> https://pypi.python.org/ With hat: python Approved by: bapt (portmgr) Notes: svn path=/head/; revision=334452
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Update to 0.4Cheng-Lung Sung2011-09-273-3/+9
| | | | Notes: svn path=/head/; revision=282448
* translationstring is a library used for internationalization (i18n) duties.Cheng-Lung Sung2011-03-214-0/+59
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: http://pypi.python.org/pypi/translationstring Notes: svn path=/head/; revision=271385