[Zope-Checkins] CVS: Zope3/lib/python/Zope/I18n - IDomain.py:1.1.2.3
Barry Warsaw
barry@wooz.org
Mon, 10 Jun 2002 17:47:17 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/I18n
In directory cvs.zope.org:/tmp/cvs-serv10121
Modified Files:
Tag: Zope-3x-branch
IDomain.py
Log Message:
The first argument to translate() has been renamed `msgid'.
=== Zope3/lib/python/Zope/I18n/IDomain.py 1.1.2.2 => 1.1.2.3 ===
- def translate(source, mapping=None, context=None, target_language=None):
- """Translate the the source to its appropriate language. See
- ITranslationService for details."""
+ def translate(msgid, mapping=None, context=None, target_language=None):
+ """Translate the the source to its appropriate language.
+
+ See ITranslationService for details.
+ """