Changeset 391 for python/trunk/Doc/library/gettext.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/library/gettext.rst
r2 r391 1 2 1 :mod:`gettext` --- Multilingual internationalization services 3 2 ============================================================= … … 8 7 .. sectionauthor:: Barry A. Warsaw <barry@zope.com> 9 8 9 **Source code:** :source:`Lib/gettext.py` 10 11 -------------- 10 12 11 13 The :mod:`gettext` module provides internationalization (I18N) and localization … … 299 301 .. method:: lngettext(singular, plural, n) 300 302 301 If a fallback has been set, forward :meth:` ngettext` to the303 If a fallback has been set, forward :meth:`lngettext` to the 302 304 fallback. Otherwise, return the translated message. Overridden in derived 303 305 classes. … … 755 757 756 758 .. [#] 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 http758 ://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/>`_. 759 761 760 762 .. [#] :program:`msgfmt.py` is binary compatible with GNU :program:`msgfmt` except that
Note:
See TracChangeset
for help on using the changeset viewer.