diff options
author | Barry Warsaw <barry@python.org> | 2000-09-13 12:04:47 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2000-09-13 12:04:47 (GMT) |
commit | ddef8887db91c4fc0e9c8b2fd0982ff5135447d6 (patch) | |
tree | 7cc66125303ea0b2d71df6302debbf61caeab8a6 /Doc | |
parent | 3a0310a328384180b07547091dea5be477a06177 (diff) | |
download | cpython-ddef8887db91c4fc0e9c8b2fd0982ff5135447d6.zip cpython-ddef8887db91c4fc0e9c8b2fd0982ff5135447d6.tar.gz cpython-ddef8887db91c4fc0e9c8b2fd0982ff5135447d6.tar.bz2 |
Include a link to Francois's po-utils.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libgettext.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libgettext.tex b/Doc/lib/libgettext.tex index 78794f0..8c9886f 100644 --- a/Doc/lib/libgettext.tex +++ b/Doc/lib/libgettext.tex @@ -315,8 +315,9 @@ doesn't understand the myriad of string types support by Python. The standard Python distribution provides a tool called \program{pygettext} that does though (found in the \file{Tools/i18n/} directory).\footnote{Fran\c cois Pinard has written a program called -\program{xpot} which does a similar job. It is distributed separately -from the Python distribution. +\program{xpot} which does a similar job. It is available as part of +his \program{po-utils} package at +\url{http://www.iro.umontreal.ca/contrib/po-utils/HTML}. } This is a command line script that supports a similar interface as \program{xgettext}; see its documentation for details. Once you've used \program{pygettext} to |