diff options
author | clsung <clsung@FreeBSD.org> | 2011-03-21 16:19:07 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2011-03-21 16:19:07 +0800 |
commit | 3068e093c9fa63ac9d5b68e9951dc9a218499a3c (patch) | |
tree | 076a562a4928417a49c4c9baf82837d85ad39045 /textproc/Makefile | |
parent | 26e27dff279b4cf3e6f9a276f7636808c96f7d19 (diff) | |
download | freebsd-ports-gnome-3068e093c9fa63ac9d5b68e9951dc9a218499a3c.tar.gz freebsd-ports-gnome-3068e093c9fa63ac9d5b68e9951dc9a218499a3c.tar.zst freebsd-ports-gnome-3068e093c9fa63ac9d5b68e9951dc9a218499a3c.zip |
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: http://pypi.python.org/pypi/translationstring
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index dd84166343c1..6bfe641901a8 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1047,6 +1047,7 @@ SUBDIR += py-stripogram SUBDIR += py-syck SUBDIR += py-texttable + SUBDIR += py-translationstring SUBDIR += py-tvgrab SUBDIR += py-twistedLore SUBDIR += py-wordnet |