From: Bruno Haible Date: Sat, 9 Mar 2019 23:52:55 +0000 (+0100) Subject: doc: Add reference to Pology. X-Git-Tag: v0.20~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa6c2f7b87635e05170eeb0bf465722d82140f43;p=thirdparty%2Fgettext.git doc: Add reference to Pology. * gettext-tools/doc/gettext.texi (Other tools): New section. --- diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index 306605842..1da7620cd 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -267,6 +267,7 @@ Manipulating PO Files * msgen Invocation:: Invoking the @code{msgen} Program * msgexec Invocation:: Invoking the @code{msgexec} Program * Colorizing:: Highlighting parts of PO files +* Other tools:: Other tools for manipulating PO files * libgettextpo:: Writing your own programs that process PO files Highlighting parts of PO files @@ -4743,6 +4744,7 @@ write other specialized programs that process PO files. * msgen Invocation:: Invoking the @code{msgen} Program * msgexec Invocation:: Invoking the @code{msgexec} Program * Colorizing:: Highlighting parts of PO files +* Other tools:: Other tools for manipulating PO files * libgettextpo:: Writing your own programs that process PO files @end menu @@ -5198,6 +5200,30 @@ esac @end smallexample @end enumerate +@node Other tools +@section Other tools for manipulating PO files + +@cindex Pology +The ``Pology'' package is a Free Software package for manipulating PO files. +It features, in particular: + +@itemize +@item +Examination and in-place modification of collections of PO files. +@item +Format-aware diffing and patching of PO files. +@item +Handling of version-control branches. +@item +Fine-grained asynchronous review workflow. +@item +Custom translation validation. +@item +Language and project specific support. +@end itemize + +Its home page is at @url{http://pology.nedohodnik.net/}. + @node libgettextpo @section Writing your own programs that process PO files