summaryrefslogtreecommitdiff
path: root/src/zope/i18n/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Use ``msgid_plural`` as ``default_plural`` if not provided in ``translate()``.Sylvain Viollon2018-10-221-0/+2
* Added comments, added missing methods in interface. Added specific branch for...Souheil CHELFOUH2018-10-181-1/+0
* Removed dev print.Souheil CHELFOUH2018-09-201-1/+0
* Added plural capabilities to the different translate methods. It echoes the c...Souheil CHELFOUH2018-09-061-6/+17
* require python-gettext in install_requiresJason Madden2017-12-181-6/+6
* 100% coverage for i18n/__init__.pyJason Madden2017-12-171-12/+67
* Remove _compat module and _u function in favor of native unicode literals and...drop-33Jason Madden2017-12-161-37/+32
* Make interpolate working recursively:Michael Howitz2015-11-051-1/+12
* Add support for PyPy3 and Python3.2Jason Madden2015-06-041-11/+14
* Support for python-3.3 addedAndrey Lebedev2013-02-151-0/+5
* - Drop support for Python 2.4 and 2.5.Tres Seaver2012-05-171-2/+2
* Fix #611746: NAME_RE should be identical to the one in zope.talChristian Theune2010-10-261-1/+1
* Remove CVS-era Id fossils.Tres Seaver2010-06-031-2/+0
* Conform to repository policy.Tres Seaver2010-05-051-1/+1
* Feature: Added new top-level negotiate function, which can be used to negotia...Hanno Schlichting2008-07-061-2/+20
* Moving code to satellite.Christian Theune2007-05-031-0/+148