summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix the signature of IMessageCatalog.getPluralMessage()Marius Gedminas2019-07-101-3/+3
* Back to 100% test coverage to make coveralls happyMarius Gedminas2019-07-101-0/+5
* Fix `NumberFormat` to respect the thousand grouping given by the pattern.adamg-fix-sepAdam Groszer2019-02-192-111/+266
* 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-223-8/+66
* 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-183-13/+61
* 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
* 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-185-13/+24
* 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
* Do not extend CleanUp. Fixes #30. Fixes #31.Jason Madden2017-12-191-3/+1
* Test the warning.Jason Madden2017-12-181-6/+8
* Deprecate 'value' with a warning.Jason Madden2017-12-181-2/+11
* Sort all the things, since dicts are inherently unordered.Jason Madden2017-12-181-2/+2
* Make InheritingDictionary override values.Jason Madden2017-12-181-5/+6
* Fix parsing times with a timezone. Fix courtesy of @mgedmin.Jason Madden2017-12-182-11/+6
* 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
* Remove return value for compile_mo_file and test log messages instead. Also a...Jason Madden2017-12-182-14/+17
* require python-gettext in install_requiresJason Madden2017-12-183-63/+52
* Fix test on PyPy since it uses a less precise error message for the TypeError.Jason Madden2017-12-171-1/+3
* 100% coverage for format.pyJason Madden2017-12-172-7/+60
* 100% coverage for testing.pyJason Madden2017-12-172-19/+41
* 100% coverage for config.py, and document the environment variables used in S...Jason Madden2017-12-172-6/+38
* 100% coverage for i18n/__init__.pyJason Madden2017-12-171-12/+67
* 100% coverage for locale/__init__.pyJason Madden2017-12-171-8/+45
* Make [Simple]TranslationDomain and GettextMessageCatalog properly implement t...Jason Madden2017-12-175-8/+12
* 100% coverage for translationdomain.pyJason Madden2017-12-173-24/+36
* Remove testiii18naware.py because it didn't have any actual tests and was onl...Jason Madden2017-12-172-53/+24
* Rename testgetmassagecatalog to .rst and publish it.Jason Madden2017-12-173-29/+30
* 100% coverage for compile.pyJason Madden2017-12-162-40/+115
* Checkpoint on coverage for formats.py. There's a bug involving timezones and ...Jason Madden2017-12-162-45/+100
* 100% coverage for simpletranslationdomain.pyJason Madden2017-12-162-7/+3
* 100% coverage for gettextmessagecatalog.pyJason Madden2017-12-161-7/+5
* 100% coverage for provider.pyJason Madden2017-12-162-8/+15
* 100% coverage for test_locales.Jason Madden2017-12-161-21/+9
* 100% coverage for inheritance.pyJason Madden2017-12-161-7/+15
* 100% coverage for test_formats.pyJason Madden2017-12-161-94/+125
* 100% coverage for xmlfactory.pyJason Madden2017-12-161-1/+37
* Remove _EMPTY and _BLANK and remove some superflous parens per review.Jason Madden2017-12-162-40/+37
* Remove _compat module and _u function in favor of native unicode literals and...drop-33Jason Madden2017-12-1621-713/+613