[Zope3-checkins] CVS: Zope3/src/zope/tal/tests/input - test34.html:1.1
Fred L. Drake, Jr.
fred@zope.com
Thu, 3 Apr 2003 14:42:09 -0500
Update of /cvs-repository/Zope3/src/zope/tal/tests/input
In directory cvs.zope.org:/tmp/cvs-serv22769/tests/input
Added Files:
test34.html
Log Message:
Pass the default text to the translation service so intepolations can be
performed if necessary. Added a test.
=== Added File Zope3/src/zope/tal/tests/input/test34.html ===
<span i18n:translate="don't translate me">
stuff
<span tal:replace="string:foobar" i18n:name="longname" />
more stuff
</span>