[Zope-Checkins] CVS: Zope3/lib/python/Zope/TAL - ITALES.py:1.2

Barry Warsaw barry@wooz.org
Mon, 17 Jun 2002 12:53:18 -0400


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()
         """