Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/library/gettext.rst

    r2 r391  
    1 
    21:mod:`gettext` --- Multilingual internationalization services
    32=============================================================
     
    87.. sectionauthor:: Barry A. Warsaw <barry@zope.com>
    98
     9**Source code:** :source:`Lib/gettext.py`
     10
     11--------------
    1012
    1113The :mod:`gettext` module provides internationalization (I18N) and localization
     
    299301   .. method:: lngettext(singular, plural, n)
    300302
    301       If a fallback has been set, forward :meth:`ngettext` to the
     303      If a fallback has been set, forward :meth:`lngettext` to the
    302304      fallback. Otherwise, return the translated message.  Overridden in derived
    303305      classes.
     
    755757
    756758.. [#] François Pinard has written a program called :program:`xpot` which does a
    757    similar job.  It is available as part of his :program:`po-utils` package at http
    758    ://po-utils.progiciels-bpi.ca/.
     759   similar job.  It is available as part of his `po-utils package
     760   <http://po-utils.progiciels-bpi.ca/>`_.
    759761
    760762.. [#] :program:`msgfmt.py` is binary compatible with GNU :program:`msgfmt` except that
Note: See TracChangeset for help on using the changeset viewer.