summaryrefslogtreecommitdiff
path: root/src/zope/i18n/gettextmessagecatalog.py
Commit message (Expand)AuthorAgeFilesLines
* Config with pure python template (#55)Michael Howitz2023-01-161-3/+5
* Fixed typo and added file encoding in test.Souheil CHELFOUH2018-10-181-1/+1
* Corrected interpolation marker comments and added tests for plurals using flo...Souheil CHELFOUH2018-10-181-2/+2
* Added comments, added missing methods in interface. Added specific branch for...Souheil CHELFOUH2018-10-181-0/+7
* Added plural capabilities to the different translate methods. It echoes the c...Souheil CHELFOUH2018-09-061-3/+3
* Added a simple decorator to handle plural integer formatting while returning ...Souheil CHELFOUH2018-09-041-14/+22
* First implementation of plurals. This is a bit rough, still.Souheil CHELFOUH2018-09-041-4/+38
* Make [Simple]TranslationDomain and GettextMessageCatalog properly implement t...Jason Madden2017-12-171-2/+3
* 100% coverage for simpletranslationdomain.pyJason Madden2017-12-161-1/+1
* 100% coverage for gettextmessagecatalog.pyJason Madden2017-12-161-7/+5
* Remove _compat module and _u function in favor of native unicode literals and...drop-33Jason Madden2017-12-161-4/+1
* Support for python-3.3 addedAndrey Lebedev2013-02-151-3/+9
* - Drop support for Python 2.4 and 2.5.Tres Seaver2012-05-171-2/+2
* Remove CVS-era Id fossils.Tres Seaver2010-06-031-2/+0
* Conform to repository policy.Tres Seaver2010-05-051-1/+1
* Moving code to satellite.Christian Theune2007-05-031-0/+62