[ZPT] CVS: Zope3/lib/python/Zope/TAL/tests/input - test19.html:1.1.2.1 test20.html:1.1.2.1

Barry Warsaw barry@wooz.org
Wed, 5 Jun 2002 13:18:13 -0400


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

Added Files:
      Tag: fdrake-tal-i18n-branch
	test19.html test20.html 
Log Message:
New tests of the i18n:translate attribute


=== Added File Zope3/lib/python/Zope/TAL/tests/input/test19.html ===
<span i18n:translate="">Replace this</span>
<span i18n:translate="msgid">This is a
translated string</span>
<span i18n:translate="">And another
translated string</span>
<span tal:replace="str:thing this">this thing</span>
<span tal:content="str:stuff here">replaceable content</span>


=== Added File Zope3/lib/python/Zope/TAL/tests/input/test20.html ===
<span i18n:translate="">replaceable <p tal:replace="str:here">content</p></span>