[Zope-Checkins] CVS: Zope3/lib/python/Zope/TAL/tests/input - test27.html:1.2 test28.html:1.2 test29.html:1.2 test30.html:1.2 test31.html:1.2 test32.html:1.2
Barry Warsaw
barry@wooz.org
Mon, 1 Jul 2002 11:58:43 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/TAL/tests/input
In directory cvs.zope.org:/tmp/cvs-serv5877/lib/python/Zope/TAL/tests/input
Added Files:
test27.html test28.html test29.html test30.html test31.html
test32.html
Log Message:
Merging tal-i18n-refactor-branch back into the Zope3 trunk.
=== Zope3/lib/python/Zope/TAL/tests/input/test27.html 1.1 => 1.2 ===
+ <a href="mailto:user@example.com"
+ tal:content="request/submitter"
+ i18n:name="email">user@host.com</a>
+</p>
=== Zope3/lib/python/Zope/TAL/tests/input/test28.html 1.1 => 1.2 ===
+ <span i18n:name="email">
+ <a href="mailto:user@example.com"
+ tal:content="request/submitter">user@host.com</a></span>
+</p>
=== Zope3/lib/python/Zope/TAL/tests/input/test29.html 1.1 => 1.2 ===
+<span i18n:data="here/currentTime"
+ i18n:translate="timefmt"
+ i18n:name="time">2:32 pm</span>... beep!
=== Zope3/lib/python/Zope/TAL/tests/input/test30.html 1.1 => 1.2 ===
+<a href="user@host.com"
+ tal:attributes="href string:mailto:${request/submitter}"
+ tal:content="request/submitter"
+ i18n:name="email">user@host.com</a>
+</p>
=== Zope3/lib/python/Zope/TAL/tests/input/test31.html 1.1 => 1.2 ===
+<span i18n:name="email">
+<a href="user@host.com"
+ tal:attributes="href string:mailto:${request/submitter}"
+ tal:content="request/submitter">
+ user@host.com</a></span>
+</p>
=== Zope3/lib/python/Zope/TAL/tests/input/test32.html 1.1 => 1.2 ===
+ <span tal:content="str:Lomax" i18n:name="name" /> was born in
+ <span tal:content="str:Antarctica" i18n:name="country" />.
+</span>