summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update badge URL for Travisall-repos_autofix_all-repos-sedJürgen Gmach2020-10-281-2/+2
| | | | Committed via https://github.com/asottile/all-repos
* Fix GH issue URLMarius Gedminas2019-11-211-1/+1
|
* Fix issue linkMarius Gedminas2019-07-101-1/+1
|
* Back to development: 4.7.1Marius Gedminas2019-07-102-1/+7
|
* Preparing release 4.7.04.7.0Marius Gedminas2019-07-102-2/+2
|
* Merge pull request #42 from zopefoundation/fix-interfaceMarius Gedminas2019-07-102-3/+6
|\ | | | | Fix the signature of IMessageCatalog.getPluralMessage()
| * Fix the signature of IMessageCatalog.getPluralMessage()Marius Gedminas2019-07-102-3/+6
|/ | | | | | Also make sure we don't include literal U+0000 and U+FFFD characters in the docstring of INumberFormat on Python 3 were \u is a real escape sequence in non-u-prefixed tripple-quoted strings.
* Merge pull request #43 from zopefoundation/drop-py34Marius Gedminas2019-07-106-18/+27
|\ | | | | Drop Python 3.4 support
| * Back to 100% test coverage to make coveralls happyMarius Gedminas2019-07-101-0/+5
| |
| * Make 'tox -e coverage' report paths in src/Marius Gedminas2019-07-102-2/+10
| |
| * Drop Python 3.4 supportMarius Gedminas2019-07-104-17/+13
|/
* Fix link.Michael Howitz2019-05-171-2/+2
| | | [skip ci]
* Back to development: 4.6.3Adam Groszer2019-02-192-1/+7
|
* Preparing release 4.6.24.6.2Adam Groszer2019-02-192-2/+2
|
* Merge pull request #39 from zopefoundation/adamg-fix-sepAdam Groszer2019-02-193-112/+268
|\ | | | | Fix `NumberFormat` to respect the thousand grouping given by the pattern
| * Fix `NumberFormat` to respect the thousand grouping given by the pattern.adamg-fix-sepAdam Groszer2019-02-193-112/+268
|/ | | | fixes #38
* Back to development: 4.6.2Jason Madden2018-10-242-1/+7
|
* 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
|\ | | | | Fix default plural (again)
| * 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 default plural
| | * 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
|\ | | | | Add support for pluralization
| * Added tests for multiple catalogs iteration during pluralization.Souheil CHELFOUH2018-10-183-0/+20
| |
| * Using latest version of zope.i18nmessageid for pluralization. Added tests ↵Souheil CHELFOUH2018-10-185-15/+62
| | | | | | | | for recursive translation.
| * 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 ↵Souheil CHELFOUH2018-10-184-2/+46
| | | | | | | | floats.
| * Added comments, added missing methods in interface. Added specific branch ↵Souheil CHELFOUH2018-10-186-13/+25
| | | | | | | | for zope.i18nmessageid in travis.
| * 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 ↵Souheil CHELFOUH2018-09-0610-34/+84
| | | | | | | | | | | | changes made in the zope.i18nmessageid. This needs heavy testing. Also started to clean up the code to match pep8 recommandations.
| * | Added a simple decorator to handle plural integer formatting while returning ↵Souheil CHELFOUH2018-09-041-14/+22
| | | | | | | | | | | | the message string. Using now the 'plural' function of the catalog to determine the right default string to return.
| * | 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
| | | | | | | | | | | | | | | | | | Added Polish translations to have a complex plural rule handy. Currently, only german is tested. We need to test the whole set of languages and probably add more.
* | | Switch to new Framework :: Zope :: 3 classifierMarius Gedminas2018-10-191-1/+1
| |/ |/| | | | | | | See https://github.com/zopefoundation/z3c.authviewlet/pull/6#discussion_r226414566 for the background behind this.
* | Back to development: 4.5Michael Howitz2018-10-052-1/+7
| |
* | Preparing release 4.44.4Michael Howitz2018-10-052-3/+3
| |