summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Config with pure python template (#55)Michael Howitz2023-01-1636-563/+586
* Merge pull request #17 from yijiuzheng/locale_data_fixJill Zheng2021-12-093-8/+56
* Fix problems with zope_i18n_compile_mo_files early assignmentfix-Zope-994-2Jens W. Klein2021-12-082-2/+10
* Support character sets.maurits/character-sets-autopep8Maurits van Rees2021-09-038-0/+112
* Fixed more linting errors.config-with-pure-python-autopep8Maurits van Rees2021-09-034-13/+20
* Apply suggestions from code review Maurits van Rees2021-09-031-2/+2
* Removed 'name = main' code from tests.Maurits van Rees2021-09-036-24/+0
* Add _compat module to define text_type on Py 2 and 3.Maurits van Rees2021-09-037-11/+17
* Manually fix other lint errors.Maurits van Rees2021-09-038-20/+31
* autopep8 in full aggressive mode.Maurits van Rees2021-09-031-1/+1
* More aggressive autopep8.Maurits van Rees2021-09-036-56/+65
* autopep8Maurits van Rees2021-09-0327-105/+112
* 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