[Zope3-checkins] CVS: Zope3/doc - CHANGES.txt:1.528 TODO.txt:1.28

Stephan Richter srichter at cosmos.phy.tufts.edu
Mon Mar 8 18:33:12 EST 2004


Update of /cvs-repository/Zope3/doc
In directory cvs.zope.org:/tmp/cvs-serv4282/doc

Modified Files:
	CHANGES.txt TODO.txt 
Log Message:


Removed Translation Service in favor of Translation Domain utilities.




=== Zope3/doc/CHANGES.txt 1.527 => 1.528 ===
--- Zope3/doc/CHANGES.txt:1.527	Mon Mar  8 07:53:24 2004
+++ Zope3/doc/CHANGES.txt	Mon Mar  8 18:33:12 2004
@@ -112,6 +112,14 @@
 
       o SQL database connections are now managed as named utilities.
 
+      o The Translation Service has been removed. Instead we are using
+        Translation Domain utilities to hold translations. Since the API would
+        would have been a good bit more complex than before, a convenience
+        function was added to 'zope.i18n'::
+
+          translate(location, msgid, domain=None, mapping=None, context=None,
+                    target_language=None, default=None):
+ 
     - The IPrincipal now uses 'id', 'title' and 'description instead of
       'getId()', 'getTitle()', and 'getDescription()'. For
       backwards-compatiblity 'getTitle()' and 'getDescription()' are available


=== Zope3/doc/TODO.txt 1.27 => 1.28 ===
--- Zope3/doc/TODO.txt:1.27	Mon Mar  8 07:04:54 2004
+++ Zope3/doc/TODO.txt	Mon Mar  8 18:33:12 2004
@@ -56,9 +56,6 @@
 
   - Factories
 
-  - Translation.  Note that if these were utilities, you could
-    have independent utilities prt domain
-
   - Caching (Naveen is working on this)
 
   - Session data managers




More information about the Zope3-Checkins mailing list