[Zope3-checkins] CVS: Zope3/src/zope/i18n/interfaces -
__init__.py:1.2.2.2
Sidnei da Silva
sidnei at x3ng.com.br
Mon Mar 1 07:16:30 EST 2004
Update of /cvs-repository/Zope3/src/zope/i18n/interfaces
In directory cvs.zope.org:/tmp/cvs-serv4062/i18n/interfaces
Modified Files:
Tag: runyaga-sip-branch
__init__.py
Log Message:
Merge srichter's fixes to my branch.
=== Zope3/src/zope/i18n/interfaces/__init__.py 1.2.2.1 => 1.2.2.2 ===
--- Zope3/src/zope/i18n/interfaces/__init__.py:1.2.2.1 Fri Feb 27 12:36:38 2004
+++ Zope3/src/zope/i18n/interfaces/__init__.py Mon Mar 1 07:15:59 2004
@@ -152,7 +152,7 @@
the domain, context, and target language.
"""
- def translate(msgid, mapping=None):
+ def translate(msgid, mapping=None, default=None):
"""Translate the source msgid using the given mapping.
See ITranslationService for details.
More information about the Zope3-Checkins
mailing list