[Zope-Checkins] CVS: Zope3/lib/python/Zope/I18n/Views/Browser - translate.pt:1.4

Stephan Richter srichter@cbu.edu
Thu, 13 Jun 2002 09:13:38 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/I18n/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv22803/lib/python/Zope/I18n/Views/Browser

Modified Files:
	translate.pt 
Log Message:
Made another small abstraction as promised yesterday. I made a special 
IEditableTranslationService interface for translation services that can be
addded somehow. 


=== Zope3/lib/python/Zope/I18n/Views/Browser/translate.pt 1.3 => 1.4 ===
         <form action="." method="post">
           <div class="form-label"
-               i18nXXX:translate="" i18nXXX:domain="Zope-I18n">New Language:</div>
+               i18n:translate="" i18n:domain="Zope-I18n">New Language:</div>
           <div>
             <input type="text" name="language" size="20" value="">
             <input type="submit" name="@@addLanguage.html:method" value="Add">