[Zope-Checkins] CVS: Zope3/lib/python/Zope/I18n - IMessageCatalog.py:1.1.2.6

Jim Fulton jim@zope.com
Sat, 19 Jan 2002 15:11:57 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/I18n
In directory cvs.zope.org:/tmp/cvs-serv9242

Modified Files:
      Tag: Zope-3x-branch
	IMessageCatalog.py 
Log Message:
The context is optional and the object should be with the context.


=== Zope3/lib/python/Zope/I18n/IMessageCatalog.py 1.1.2.5 => 1.1.2.6 ===
     """
 
-    def translateSequence(object, context, source_sequence,
+    def translateSequence(source_sequence, object, context=None,
                           destination_language_tag=None):
         """Translate a source sequence that represents text with interpolation