[Zope3-checkins] CVS: Zope3/src/zope/i18n - globaltranslationservice.py:1.13 simpletranslationservice.py:1.11

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Feb 24 09:07:51 EST 2004


Update of /cvs-repository/Zope3/src/zope/i18n
In directory cvs.zope.org:/tmp/cvs-serv29509/i18n

Modified Files:
	globaltranslationservice.py simpletranslationservice.py 
Log Message:
Removed unused interface, removed white space, improved comments and doc strings


=== Zope3/src/zope/i18n/globaltranslationservice.py 1.12 => 1.13 ===
--- Zope3/src/zope/i18n/globaltranslationservice.py:1.12	Tue Aug 12 11:55:10 2003
+++ Zope3/src/zope/i18n/globaltranslationservice.py	Tue Feb 24 09:07:18 2004
@@ -15,12 +15,11 @@
 
 $Id$
 """
-
 from zope.i18n.negotiator import negotiator
 from zope.i18n.simpletranslationservice import SimpleTranslationService
 from zope.i18n.messageid import MessageID
 
-# The configure.zcml file should specify a list of fallback languages for the
+# The configuration should specify a list of fallback languages for the
 # site.  If a particular catalog for a negotiated language is not available,
 # then the zcml specified order should be tried.  If that fails, then as a
 # last resort the languages in the following list are tried.  If these fail


=== Zope3/src/zope/i18n/simpletranslationservice.py 1.10 => 1.11 ===
--- Zope3/src/zope/i18n/simpletranslationservice.py:1.10	Thu Aug  7 16:26:37 2003
+++ Zope3/src/zope/i18n/simpletranslationservice.py	Tue Feb 24 09:07:18 2004
@@ -15,7 +15,6 @@
 
 $Id$
 """
-
 import re
 
 from zope.component import getService




More information about the Zope3-Checkins mailing list