diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-01-16 13:23:40 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-01-16 13:23:40 +0000 |
commit | 28242ae8330c20b1a3466dfee790bc6012dd2b89 (patch) | |
tree | 1c43e1ac104bbc2a794324971eecd6122d44fb17 /textproc/py-python-gettext/pkg-descr | |
parent | - Add new port: textproc/rubygem-emot (diff) |
textproc/py-gettext: rename to match upstream name
Notes
Notes:
svn path=/head/; revision=406219
Diffstat (limited to 'textproc/py-python-gettext/pkg-descr')
-rw-r--r-- | textproc/py-python-gettext/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/py-python-gettext/pkg-descr b/textproc/py-python-gettext/pkg-descr new file mode 100644 index 000000000000..abbd3d523a22 --- /dev/null +++ b/textproc/py-python-gettext/pkg-descr @@ -0,0 +1,5 @@ +This implementation of Gettext for Python includes a Msgfmt class +which can be used to generate compiled mo files from Gettext po +files and includes support for the newer msgctxt keyword. + +WWW: https://pypi.python.org/pypi/python-gettext/ |