diff options
author | rm <rm@FreeBSD.org> | 2012-09-15 15:47:57 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-09-15 15:47:57 +0800 |
commit | a559c6650c8486e4dd7b94cc2e236f4a9e254065 (patch) | |
tree | 299053d4f8472885f3e9421f7c6dd7a87fd2f918 /textproc/Makefile | |
parent | 9c1e3faae2fe5588338d50c82568a436a780af8c (diff) | |
download | freebsd-ports-gnome-a559c6650c8486e4dd7b94cc2e236f4a9e254065.tar.gz freebsd-ports-gnome-a559c6650c8486e4dd7b94cc2e236f4a9e254065.tar.zst freebsd-ports-gnome-a559c6650c8486e4dd7b94cc2e236f4a9e254065.zip |
This module translates national characters into similar sounding latin
characters (transliteration). At the moment, Czech, Greek, Latvian, Polish,
Turkish, Russian, Ukrainian alphabets are supported (it covers 99% of needs).
WWW: http://pypi.python.org/pypi/trans
PR: 171322
Submitted by: Dmitry Pryadko <d.pryadko at rambler-co dot ru>
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 79cd18be59a8..e8bd43f4ff97 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1157,6 +1157,7 @@ SUBDIR += py-stripogram SUBDIR += py-syck SUBDIR += py-texttable + SUBDIR += py-trans SUBDIR += py-translationstring SUBDIR += py-tvgrab SUBDIR += py-twistedLore |