]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
doc: Add reference to Pology.
authorBruno Haible <bruno@clisp.org>
Sat, 9 Mar 2019 23:52:55 +0000 (00:52 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 9 Mar 2019 23:52:55 +0000 (00:52 +0100)
* gettext-tools/doc/gettext.texi (Other tools): New section.

gettext-tools/doc/gettext.texi

index 3066058427de5492a7573e70325e2a9ac362e7e1..1da7620cd9d2ba9d7710f09a2fad1029ec7dd757 100644 (file)
@@ -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