summaryrefslogtreecommitdiff
path: root/src/zope/i18n/tests/test_translationdomain.py
Commit message (Expand)AuthorAgeFilesLines
* Support character sets.maurits/character-sets-autopep8Maurits van Rees2021-09-031-0/+71
* autopep8Maurits van Rees2021-09-031-1/+1
* Fix typos in comments.Sylvain Viollon2018-10-221-4/+4
* Use ``msgid_plural`` as ``default_plural`` if not provided in ``translate()``.Sylvain Viollon2018-10-221-7/+9
* 100% coverage for translationdomain.pyJason Madden2017-12-171-18/+27
* Remove _compat module and _u function in favor of native unicode literals and...drop-33Jason Madden2017-12-161-35/+27
* Add support for PyPy3 and Python3.2Jason Madden2015-06-041-19/+19
* 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-0/+27
* Fix translation domains translating a message for a different domain. In theBrian Sutherland2009-04-141-9/+7
* raising ValueError instead of RuntimeError when a loop in translating message...Christian Zagrodnick2008-04-211-1/+1
* Feature: Recursive translations of message strings with mappingsChristian Zagrodnick2008-04-201-2/+36
* Moving code to satellite.Christian Theune2007-05-031-0/+139