#6106: make-messages.py should not touch POT-Creation-Date
-------------------------------------------+--------------------------------
Reporter: telenieko | Owner: ramiro
Status: assigned | Milestone:
Component: Internationalization | Version: SVN
Resolution: | Keywords:
Stage: Someday/Maybe | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
-------------------------------------------+--------------------------------
Changes (by jezdez):
* stage: Accepted => Someday/Maybe
* milestone: 1.2 =>
Comment:
Hm, according to the gettext manual
(http://www.gnu.org/software/gettext/manual/gettext.html#Header-Entry)
{{{POT-Creation-Date}}} will be filled out by xgettext and {{{PO-Revision-
Date}}} "by the PO file editor when you save the file". In other words:
{{{PO-Revision-Date}}} doesn't have anything to do with
collection/updating translation strings but with the actual translation by
the translators, as in "When was this file revised last time?".
As long as we use the *.po files for the same purpose as *.pot files,
{{{POT-Creation-Date}}} is the field that is updated automatically.
I'm changing this to someday/maybe since we shouldn't redefine the meaning
of gettext's header fields.
--
Ticket URL: <http://code.djangoproject.com/ticket/6106#comment:6>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.