summaryrefslogtreecommitdiff
path: root/src/zope/i18n/zcml.py
Commit message (Expand)AuthorAgeFilesLines
* black without string normalizationMaurits van Rees2021-09-021-15/+18
* Added plural capabilities to the different translate methods. It echoes the c...Souheil CHELFOUH2018-09-061-1/+1
* Remove _compat module and _u function in favor of native unicode literals and...drop-33Jason Madden2017-12-161-13/+13
* Add support for PyPy3 and Python3.2Jason Madden2015-06-041-6/+6
* log DEBUG when loading translations from directoriesGodefroid Chapelle2012-09-031-0/+8
* Added optional ``domain`` attribute to ``registerTranslations`` directive toGediminas Paulauskas2012-02-101-12/+22
* Remove CVS-era Id fossils.Tres Seaver2010-06-031-2/+0
* Conform to repository policy.Tres Seaver2010-05-051-1/+1
* - Use getSiteManager rather than getGlobalSiteManager in ZCML (theseChris McDonough2009-12-141-2/+2
* Fixed the interpackage translation domain merging feature to actually work. W...Hanno Schlichting2009-08-071-11/+33
* Feature: Added new top-level negotiate function, which can be used to negotia...Hanno Schlichting2008-07-061-16/+8
* Feature: Added support for restricting the available languages. We support an...Hanno Schlichting2008-07-061-0/+14
* Oops, pdbHanno Schlichting2008-04-261-1/+0
* Changed the name of the env variable, so it can be set inside zope.confHanno Schlichting2008-04-261-1/+2
* Feature: Added optional automatic compilation of mo files from po files. You ...Hanno Schlichting2008-04-261-1/+13
* Feature: Re-use existing translation domains when registering new ones. This ...Hanno Schlichting2008-04-261-1/+5
* Moving code to satellite.Christian Theune2007-05-031-0/+67