[Zope-Checkins] CVS: Zope3/lib/python/Zope/TAL/tests/input - test19.html:1.2 test20.html:1.2 test21.html:1.2 test22.html:1.2

Fred L. Drake, Jr. fdrake@acm.org
Wed, 12 Jun 2002 11:39:08 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/TAL/tests/input
In directory cvs.zope.org:/tmp/cvs-serv12767/tests/input

Added Files:
	test19.html test20.html test21.html test22.html 
Log Message:
Merge from fdrake-tal-i18n-branch:
This is the bulk of the changes from the branch.


=== Zope3/lib/python/Zope/TAL/tests/input/test19.html 1.1 => 1.2 ===
+<span i18n:translate="msgid">This is a
+translated string</span>
+<span i18n:translate="">And another
+translated string</span>


=== Zope3/lib/python/Zope/TAL/tests/input/test20.html 1.1 => 1.2 ===


=== Zope3/lib/python/Zope/TAL/tests/input/test21.html 1.1 => 1.2 ===
+  <span tal:replace="str:Lomax" i18n:name="name" /> was born in
+  <span tal:replace="str:Antarctica" i18n:name="country" />.
+</span>


=== Zope3/lib/python/Zope/TAL/tests/input/test22.html 1.1 => 1.2 ===
+  <span i18n:name="name"><b>Jim</b></span> was born in
+  <span i18n:name="country">the USA</span>.
+</span>