From 0f6b3832b9a0397910308f22f75f8449c4f492d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Thu, 1 Mar 2001 22:56:17 +0000 Subject: 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. --- Tools/i18n/pygettext.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Tools/i18n/pygettext.py b/Tools/i18n/pygettext.py index a839799..275130f 100755 --- a/Tools/i18n/pygettext.py +++ b/Tools/i18n/pygettext.py @@ -145,7 +145,7 @@ try: except ImportError: def _(s): return s -__version__ = '1.2' +__version__ = '1.3' default_keywords = ['_'] DEFAULTKEYWORDS = ', '.join(default_keywords) @@ -164,7 +164,8 @@ pot_header = _('''\ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\\n" -"PO-Revision-Date: %(time)s\\n" +"POT-Creation-Date: %(time)s\\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n" "Last-Translator: FULL NAME \\n" "Language-Team: LANGUAGE \\n" "MIME-Version: 1.0\\n" -- cgit v0.12