summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Preparing release 4.6.14.6.1Jason Madden2018-10-242-2/+2
* Add issue number (#36) to latest change note.Jason Madden2018-10-241-1/+2
* Merge pull request #36 from zopefoundation/fix-default-pluralSylvain Viollon2018-10-243-49/+88
|\
| * Update CHANGES.txt.fix-default-pluralSylvain Viollon2018-10-241-1/+2
| * Merge remote-tracking branch 'origin/master' into fix-default-pluralSylvain Viollon2018-10-242-3/+9
| |\ | |/ |/|
* | Back to development: 4.6.1Jason Madden2018-10-222-1/+7
* | Preparing release 4.6.04.6.0Jason Madden2018-10-222-3/+3
* | Merge pull request #35 from zopefoundation/fix-default-pluralSylvain Viollon2018-10-224-12/+90
|\ \
| | * Fix defaults again.Sylvain Viollon2018-10-242-48/+86
| |/
| * Fix typos in comments.Sylvain Viollon2018-10-221-4/+4
| * Add more tests.Sylvain Viollon2018-10-221-1/+20
| * Use ``msgid_plural`` as ``default_plural`` if not provided in ``translate()``.Sylvain Viollon2018-10-224-9/+68
|/
* Back to development: 4.6Marius Gedminas2018-10-192-1/+7
* Preparing release 4.54.5Marius Gedminas2018-10-192-2/+2
* Merge pull request #34 from minddistrict/CB-556-FR-translationSylvain Viollon2018-10-1920-37/+396
|\
| * Added tests for multiple catalogs iteration during pluralization.Souheil CHELFOUH2018-10-183-0/+20
| * Using latest version of zope.i18nmessageid for pluralization. Added tests for...Souheil CHELFOUH2018-10-185-15/+62
| * Fixing unicode problem in py2.7Souheil CHELFOUH2018-10-181-6/+6
| * Fixed typo and added file encoding in test.Souheil CHELFOUH2018-10-182-1/+2
| * Using public url for git repoSouheil CHELFOUH2018-10-181-1/+1
| * Corrected interpolation marker comments and added tests for plurals using flo...Souheil CHELFOUH2018-10-184-2/+46
| * Added comments, added missing methods in interface. Added specific branch for...Souheil CHELFOUH2018-10-186-13/+25
| * Merge remote-tracking branch 'zope/master' into CB-556-FR-translationSylvain Viollon2018-10-174-5/+17
| |\
| * | Update CHANGES.txt.Sylvain Viollon2018-10-172-3/+3
| * | add gitattributes for better POsJan-Jaap Driessen2018-10-111-0/+2
| * | Removed dev print.Souheil CHELFOUH2018-09-201-1/+0
| * | Added plural capabilities to the different translate methods. It echoes the c...Souheil CHELFOUH2018-09-0610-34/+84
| * | Added a simple decorator to handle plural integer formatting while returning ...Souheil CHELFOUH2018-09-041-14/+22
| * | Correted Polish translations and added tests for polish plural.Souheil CHELFOUH2018-09-042-5/+39
| * | First implementation of plurals. This is a bit rough, still.Souheil CHELFOUH2018-09-049-9/+151
* | | Switch to new Framework :: Zope :: 3 classifierMarius Gedminas2018-10-191-1/+1
| |/ |/|
* | Back to development: 4.5Michael Howitz2018-10-052-1/+7
* | Preparing release 4.44.4Michael Howitz2018-10-052-3/+3
* | Add support for Python 3.7 (#33)Jeremy Kolbe2018-10-054-3/+9
|/
* Back to development: 4.3.2Jason Madden2017-12-192-1/+7
* Preparing release 4.3.14.3.1Jason Madden2017-12-192-2/+2
* Merge pull request #32 from zopefoundation/issue30Jason Madden2017-12-192-4/+5
|\
| * Do not extend CleanUp. Fixes #30. Fixes #31.Jason Madden2017-12-192-4/+5
|/
* Back to development: 4.3.1Jason Madden2017-12-182-1/+7
* Preparing release 4.3.04.3.0Jason Madden2017-12-182-2/+2
* Merge pull request #28 from zopefoundation/valuesJason Madden2017-12-183-11/+28
|\
| * Test the warning.Jason Madden2017-12-181-6/+8
| * Deprecate 'value' with a warning.Jason Madden2017-12-182-2/+12
| * Sort all the things, since dicts are inherently unordered.Jason Madden2017-12-181-2/+2
| * Make InheritingDictionary override values.Jason Madden2017-12-183-8/+13
|/
* Merge pull request #29 from zopefoundation/typeerror_on_timeJason Madden2017-12-183-11/+9
|\
| * Fix parsing times with a timezone. Fix courtesy of @mgedmin.Jason Madden2017-12-183-11/+9
|/
* Simplify logging message now that we don't test access to the .mo file.Jason Madden2017-12-181-2/+2
* Clean up bad line in doctest and leave a comment about what we would like to ...Jason Madden2017-12-182-2/+1
* More tests for parsing the language environment.Jason Madden2017-12-181-7/+18