diff options
author | Georg Brandl <georg@python.org> | 2014-10-29 09:27:06 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-29 09:27:06 (GMT) |
commit | 794e9bf1fe5bd0000f90c1502b16c96eb68a59af (patch) | |
tree | 0fe2b5742d9d244ffac97dc7b4928ee29eefe370 /Doc/library/gettext.rst | |
parent | 9e67d801bdef7c43e6704200770fb9cf2040dc11 (diff) | |
parent | 525d355984e1afa342aa72fc7867a56eea937a61 (diff) | |
download | cpython-794e9bf1fe5bd0000f90c1502b16c96eb68a59af.zip cpython-794e9bf1fe5bd0000f90c1502b16c96eb68a59af.tar.gz cpython-794e9bf1fe5bd0000f90c1502b16c96eb68a59af.tar.bz2 |
merge with 3.4
Diffstat (limited to 'Doc/library/gettext.rst')
-rw-r--r-- | Doc/library/gettext.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/gettext.rst b/Doc/library/gettext.rst index d2c6d74..514cc5a 100644 --- a/Doc/library/gettext.rst +++ b/Doc/library/gettext.rst @@ -460,7 +460,7 @@ translatable. `Babel <http://babel.pocoo.org/>`__ is a Python internationalization library that includes a :file:`pybabel` script to extract and compile message catalogs. François Pinard's program called :program:`xpot` does a similar job and is available as part of -his `po-utils package <http://po-utils.progiciels-bpi.ca/>`__. +his `po-utils package <https://github.com/pinard/po-utils>`__. (Python also includes pure-Python versions of these programs, called :program:`pygettext.py` and :program:`msgfmt.py`; some Python distributions |