[Checkins] SVN: zope.app.locales/trunk/ - Updated e-mail address in pot template to current address of zope mailing list.

Michael Howitz mh at gocept.com
Sat Jul 31 08:46:12 EDT 2010


Log message for revision 115261:
  - Updated e-mail address in pot template to current address of zope mailing list.
  - Added missing change log entry.
  

Changed:
  U   zope.app.locales/trunk/CHANGES.txt
  U   zope.app.locales/trunk/src/zope/app/locales/extract.py

-=-
Modified: zope.app.locales/trunk/CHANGES.txt
===================================================================
--- zope.app.locales/trunk/CHANGES.txt	2010-07-31 12:38:09 UTC (rev 115260)
+++ zope.app.locales/trunk/CHANGES.txt	2010-07-31 12:46:11 UTC (rev 115261)
@@ -5,7 +5,12 @@
 3.6.2 (unreleased)
 ------------------
 
+- Updated copyright to `Zope Foundation`, even in pot template.
 
+- Updated e-mail address in pot template to current address of zope
+  mailing list.
+
+
 3.6.1 (2010-05-17)
 ------------------
 

Modified: zope.app.locales/trunk/src/zope/app/locales/extract.py
===================================================================
--- zope.app.locales/trunk/src/zope/app/locales/extract.py	2010-07-31 12:38:09 UTC (rev 115260)
+++ zope.app.locales/trunk/src/zope/app/locales/extract.py	2010-07-31 12:46:11 UTC (rev 115261)
@@ -54,7 +54,7 @@
 "POT-Creation-Date: %(time)s\\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\\n"
-"Language-Team: Zope 3 Developers <zope3-dev at zope.org>\\n"
+"Language-Team: Zope 3 Developers <zope-dev at zope.org>\\n"
 "MIME-Version: 1.0\\n"
 "Content-Type: text/plain; charset=%(charset)s\\n"
 "Content-Transfer-Encoding: %(encoding)s\\n"
@@ -451,12 +451,12 @@
       >>> from zope.app.locales import extract
       >>> import tempfile
       >>> dir = tempfile.mkdtemp()
-      
+
     Let's create a page template in the i18n domain ``test``:
       >>> testpt = open(os.path.join(dir, 'test.pt'), 'w')
       >>> testpt.write('<tal:block i18n:domain="test" i18n:translate="">test</tal:block>')
       >>> testpt.close()
-      
+
     And now one in no domain:
       >>> nopt = open(os.path.join(dir, 'no.pt'), 'w')
       >>> nopt.write('<tal:block i18n:translate="">no domain</tal:block>')
@@ -497,7 +497,7 @@
     Cleanup
 
       >>> import shutil
-      >>> shutil.rmtree(dir) 
+      >>> shutil.rmtree(dir)
     """
 
     # We import zope.tal.talgettext here because we can't rely on the



More information about the checkins mailing list