diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-09-28 03:29:50 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-09-28 03:29:50 +0800 |
commit | 20e01801965f4dad6b5a5159f974f3aae3a1460c (patch) | |
tree | 4cfb99b5f5dddd277e783399fe7f9536f1611082 /textproc/Makefile | |
parent | 893e2c1fdd2851473c99e7a7dd13df194f2ad475 (diff) | |
download | freebsd-ports-gnome-20e01801965f4dad6b5a5159f974f3aae3a1460c.tar.gz freebsd-ports-gnome-20e01801965f4dad6b5a5159f974f3aae3a1460c.tar.zst freebsd-ports-gnome-20e01801965f4dad6b5a5159f974f3aae3a1460c.zip |
Add translate-toolkit 3.1.1
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
Toolkit is part of the Translate project.
The software includes programs to convert localization formats to the common PO,
and emerging XLIFF format. There are also programs to check and manage PO and
XLIFF files. Online 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, MO,
Qt .ts, TMX, TBX, WordFast txt, Gettext .mo, Windows RC, 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 translation files.
WWW: https://toolkit.translatehouse.org/
WWW: https://github.com/translate/translate
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 7ecaec2d164c..e95fbec4e081 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1773,6 +1773,7 @@ SUBDIR += tokyodystopia SUBDIR += tr-aspell SUBDIR += trang + SUBDIR += translate-toolkit SUBDIR += trdsql SUBDIR += ts-hunspell SUBDIR += tth |