diff options
author | sat <sat@FreeBSD.org> | 2007-08-31 03:20:13 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-08-31 03:20:13 +0800 |
commit | fdcc6cd74e56c133327c52f3edbb4d220579bcad (patch) | |
tree | 1085cec7dad7499b5682df71284b0b70145a7689 /textproc/Makefile | |
parent | 7800df315bb3ed13e49bbf759c6dcec2fee1043f (diff) | |
download | freebsd-ports-gnome-fdcc6cd74e56c133327c52f3edbb4d220579bcad.tar.gz freebsd-ports-gnome-fdcc6cd74e56c133327c52f3edbb4d220579bcad.tar.zst freebsd-ports-gnome-fdcc6cd74e56c133327c52f3edbb4d220579bcad.zip |
Add port textproc/translate-toolkit:
The Translate Toolkit is a set of software and documentation designed
to help make the lives of localizers both more productive and less
frustrating. The software includes programs to covert localization
formats to the common PO format and programs to check and manage PO
files. The documentation includes guides on using the tools, running a
localization project and how to localize various projects from
OpenOffice.org to Mozilla.
At its core the software contains a set of classes for handling various
localization storage formats: DTD, properties, OpenOffice.org GSI/SDF,
CSV and of course PO and XLIFF. It also provides scripts to convert
between these formats.
Also part of the Toolkit are Python programs to create word counts,
merge translations and perform various checks on PO and XLIFF files.
WWW: http://translate.sourceforge.net/
Based on: Gentoo Portage ebuild (bug #153512)
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 53ba28853d7c..9887e1e085c3 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -962,6 +962,7 @@ SUBDIR += tnef2txt SUBDIR += tr-aspell SUBDIR += trang + SUBDIR += translate-toolkit SUBDIR += tth SUBDIR += txt2html SUBDIR += txt2man |