summaryrefslogtreecommitdiff
path: root/src/zope/i18n/translationdomain.py
Commit message (Expand)AuthorAgeFilesLines
* More aggressive autopep8.Maurits van Rees2021-09-031-1/+1
* Fix defaults again.Sylvain Viollon2018-10-241-1/+3
* Added plural capabilities to the different translate methods. It echoes the c...Souheil CHELFOUH2018-09-061-13/+33
* Make [Simple]TranslationDomain and GettextMessageCatalog properly implement t...Jason Madden2017-12-171-1/+1
* 100% coverage for translationdomain.pyJason Madden2017-12-171-6/+5
* Remove _EMPTY and _BLANK and remove some superflous parens per review.Jason Madden2017-12-161-4/+3
* Remove _compat module and _u function in favor of native unicode literals and...drop-33Jason Madden2017-12-161-7/+4
* Add support for PyPy3 and Python3.2Jason Madden2015-06-041-3/+6
* Support for python-3.3 addedAndrey Lebedev2013-02-151-0/+5
* Remove CVS-era Id fossils.Tres Seaver2010-06-031-2/+0
* Conform to repository policy.Tres Seaver2010-05-051-1/+1
* Fix recursive translations where the translation domain of a sub-message isBrian Sutherland2009-04-141-5/+3
* Fix translation domains translating a message for a different domain. In theBrian Sutherland2009-04-141-3/+5
* Feature: Added new top-level negotiate function, which can be used to negotia...Hanno Schlichting2008-07-061-1/+1
* coding style fixChristian Zagrodnick2008-04-211-1/+1
* replaced XXX with a more appropiate TODO comment, noting bug numberChristian Zagrodnick2008-04-211-1/+2
* raising ValueError instead of RuntimeError when a loop in translating message...Christian Zagrodnick2008-04-211-2/+3
* Feature: Recursive translations of message strings with mappingsChristian Zagrodnick2008-04-201-6/+29
* Moving code to satellite.Christian Theune2007-05-031-0/+125