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

Stephan Richter srichter@cbu.edu
Wed, 12 Jun 2002 20:04:27 -0400


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

Modified Files:
	translate.pt 
Log Message:
YEAH! The first translations work. If you switch your user language to 'de'
you can see  two German phrases in the management screen of a Translation
Service.

I also made somce changes in the TALInterpretor, but I dunno whether my 
changes were correct...lack of sleep... Fred and Barry, could you double 
check?


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