summaryrefslogtreecommitdiff
path: root/src/zope/i18n/tests/test_plurals.py
Commit message (Expand)AuthorAgeFilesLines
* Fix defaults again.Sylvain Viollon2018-10-241-47/+83
* Add more tests.Sylvain Viollon2018-10-221-1/+20
* Use ``msgid_plural`` as ``default_plural`` if not provided in ``translate()``.Sylvain Viollon2018-10-221-1/+55
* Added tests for multiple catalogs iteration during pluralization.Souheil CHELFOUH2018-10-181-0/+15
* Using latest version of zope.i18nmessageid for pluralization. Added tests for...Souheil CHELFOUH2018-10-181-13/+46
* Fixing unicode problem in py2.7Souheil CHELFOUH2018-10-181-6/+6
* Fixed typo and added file encoding in test.Souheil CHELFOUH2018-10-181-0/+1
* Corrected interpolation marker comments and added tests for plurals using flo...Souheil CHELFOUH2018-10-181-0/+34
* Added comments, added missing methods in interface. Added specific branch for...Souheil CHELFOUH2018-10-181-9/+0
* Added plural capabilities to the different translate methods. It echoes the c...Souheil CHELFOUH2018-09-061-3/+3
* Correted Polish translations and added tests for polish plural.Souheil CHELFOUH2018-09-041-1/+35
* First implementation of plurals. This is a bit rough, still.Souheil CHELFOUH2018-09-041-0/+75