[Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/locales/ Forgot to merge these files.

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Jul 1 17:14:31 EDT 2004


Log message for revision 26036:
Forgot to merge these files.



-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/app/locales/TRANSLATE.txt
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/locales/TRANSLATE.txt	2004-07-01 21:09:08 UTC (rev 26035)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/locales/TRANSLATE.txt	2004-07-01 21:14:31 UTC (rev 26036)
@@ -24,7 +24,7 @@
   ----------------------------------------------------
 
     1. Go to the right directory, such as 
-       'zope/app/translation_files/locales/de/LC_MESSAGES'.
+       'zope/app/locales/de/LC_MESSAGES'.
 
     2. Run the following command::
 

Modified: Zope3/branches/ZopeX3-3.0/src/zope/app/locales/tests.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/locales/tests.py	2004-07-01 21:09:08 UTC (rev 26035)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/locales/tests.py	2004-07-01 21:14:31 UTC (rev 26036)
@@ -11,16 +11,16 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""
+"""Tests for the message string extraction tool.
+
 $Id$
 """
-
 import unittest
 from zope.testing.doctestunit import DocTestSuite
 
 def test_suite():
     return unittest.TestSuite((
-        DocTestSuite('zope.app.translation_files.extract'),
+        DocTestSuite('zope.app.locales.extract'),
         ))
 
 if __name__ == '__main__':



More information about the Zope3-Checkins mailing list