Update of /cvs-repository/Zope3/lib/python/Zope/TAL In directory cvs.zope.org:/tmp/cvs-serv28140/lib/python/Zope/TAL Modified Files: ITALES.py Log Message: Flesh out the translate() method. === Zope3/lib/python/Zope/TAL/ITALES.py 1.1 => 1.2 === """ - def translate(): + def translate(domain, msgid, mapping): """ + See ITranslationService.translate() """