[Python-checkins] CVS: python/dist/src/Tools/i18n pygettext.py,1.12,1.13

Martin v. L?wis loewis@users.sourceforge.net
Thu, 01 Mar 2001 14:56:20 -0800


Update of /cvsroot/python/python/dist/src/Tools/i18n
In directory usw-pr-cvs1:/tmp/cvs-serv7975

Modified Files:
	pygettext.py 
Log Message:
Put current date into POT-Creation-Date; leave PO-Revision-Date for
for the translator to update; that is compatible with xgettext 0.10.35.


Index: pygettext.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/i18n/pygettext.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** pygettext.py	2001/02/26 04:46:53	1.12
--- pygettext.py	2001/03/01 22:56:17	1.13
***************
*** 146,150 ****
      def _(s): return s
  
! __version__ = '1.2'
  
  default_keywords = ['_']
--- 146,150 ----
      def _(s): return s
  
! __version__ = '1.3'
  
  default_keywords = ['_']
***************
*** 165,169 ****
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\\n"
! "PO-Revision-Date: %(time)s\\n"
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\\n"
  "Language-Team: LANGUAGE <LL@li.org>\\n"
--- 165,170 ----
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\\n"
! "POT-Creation-Date: %(time)s\\n"
! "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n"
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\\n"
  "Language-Team: LANGUAGE <LL@li.org>\\n"