[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Finally got around to change the directory

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Jul 1 16:34:24 EDT 2004


Log message for revision 26031:
Finally got around to change the directory 



-=-
Modified: Zope3/trunk/src/zope/app/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/configure.zcml	2004-07-01 20:08:24 UTC (rev 26030)
+++ Zope3/trunk/src/zope/app/configure.zcml	2004-07-01 20:34:24 UTC (rev 26031)
@@ -39,7 +39,7 @@
   <include package="zope.app.http" />
 
   <!-- Translations -->
-  <i18n:registerTranslations directory="translation_files" />
+  <i18n:registerTranslations directory="locales" />
 
   <include package="zope.app.i18n" />
 

Copied: Zope3/trunk/src/zope/app/locales (from rev 26026, Zope3/trunk/src/zope/app/translation_files)

Modified: Zope3/trunk/src/zope/app/locales/TRANSLATE.txt
===================================================================
--- Zope3/trunk/src/zope/app/translation_files/TRANSLATE.txt	2004-07-01 19:18:06 UTC (rev 26026)
+++ Zope3/trunk/src/zope/app/locales/TRANSLATE.txt	2004-07-01 20:34:24 UTC (rev 26031)
@@ -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/trunk/src/zope/app/locales/extract.py
===================================================================
--- Zope3/trunk/src/zope/app/translation_files/extract.py	2004-07-01 19:18:06 UTC (rev 26026)
+++ Zope3/trunk/src/zope/app/locales/extract.py	2004-07-01 20:34:24 UTC (rev 26031)
@@ -56,7 +56,7 @@
 "MIME-Version: 1.0\\n"
 "Content-Type: text/plain; charset=%(charset)s\\n"
 "Content-Transfer-Encoding: %(encoding)s\\n"
-"Generated-By: zope/app/translation_files/extract.py\\n"
+"Generated-By: zope/app/locales/extract.py\\n"
 
 '''
 

Modified: Zope3/trunk/src/zope/app/locales/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/translation_files/tests.py	2004-07-01 19:18:06 UTC (rev 26026)
+++ Zope3/trunk/src/zope/app/locales/tests.py	2004-07-01 20:34:24 UTC (rev 26031)
@@ -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__':

Modified: Zope3/trunk/src/zope/app/locales/zope.pot
===================================================================
--- Zope3/trunk/src/zope/app/translation_files/zope.pot	2004-07-01 19:18:06 UTC (rev 26026)
+++ Zope3/trunk/src/zope/app/locales/zope.pot	2004-07-01 20:34:24 UTC (rev 26031)
@@ -21,7 +21,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Generated-By: zope/app/translation_files/extract.py\n"
+"Generated-By: zope/app/locales/extract.py\n"
 
 #: src/zope/app/adapter/adapter.py:283
 #: src/zope/app/presentation/pagefolder.py:54



More information about the Zope3-Checkins mailing list