[Zope3-checkins] CVS: Zope3/src/zope/tal/tests/input - test33.html:1.1

Nathan R. Yergler nathan@yergler.net
Tue, 25 Mar 2003 10:47:33 -0500


Update of /cvs-repository/Zope3/src/zope/tal/tests/input
In directory cvs.zope.org:/tmp/cvs-serv30088/tests/input

Added Files:
	test33.html 
Log Message:
Fixed talinterpreter to watch out for unknown translation message id.
The Plone people would like the i18n translation to return
the default text when the message ID is not found in the
translation table and there is an explicit message ID.

example:
<span i18n:translate="explict id">default text</span>
will now return
<span>default text</span>
if "explicit id" is not in the translation table instead of None (as previous)
        


=== Added File Zope3/src/zope/tal/tests/input/test33.html ===
<span i18n:translate="">don't translate me</span>