aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-gettext
Commit message (Collapse)AuthorAgeFilesLines
* - update to 2.0Ruslan Makhmatkhanov2011-12-253-6/+13
| | | | | | - depend on devel/py-unittest2 conditionally (doesn't needed for python3) Approved by: novel (mentor, implicit)
* This implementation of Gettext for Python includes a Msgfmt classWen Heping2011-11-114-0/+70
which can be used to generate compiled mo files from Gettext po files and includes support for the newer msgctxt keyword. WWW: http://pypi.python.org/pypi/python-gettext Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes