summaryrefslogtreecommitdiff
path: root/src/zope/i18n/compile.py
Commit message (Expand)AuthorAgeFilesLines
* Config with pure python template (#55)Michael Howitz2023-01-161-8/+6
* Manually fix other lint errors.Maurits van Rees2021-09-031-5/+6
* autopep8Maurits van Rees2021-09-031-1/+4
* Simplify logging message now that we don't test access to the .mo file.Jason Madden2017-12-181-2/+2
* Remove return value for compile_mo_file and test log messages instead. Also a...Jason Madden2017-12-181-6/+2
* require python-gettext in install_requiresJason Madden2017-12-181-54/+46
* 100% coverage for compile.pyJason Madden2017-12-161-40/+47
* Fix ResourceWarnings for unclosed files when compiling .mo files.resourcewarningsJason Madden2017-11-121-6/+11
* Details for IO/OSErrorsSyZn2016-08-311-2/+2
* Fixed AttributeError bugSyZn2016-08-311-2/+4
* Better error message on syntax errorSyZn2016-08-301-2/+2
* This is a critical error.Malthe Borch2009-11-131-1/+1
* Log a warning message before returning; libraries that depend on this method ...Malthe Borch2009-05-121-0/+1
* Feature: Added optional automatic compilation of mo files from po files. You ...Hanno Schlichting2008-04-261-0/+46