#34318 closed Cleanup/optimization (fixed)
Add a release note that makemessages no longer changes .po files when up to date.
Reported by: | אורי | Owned by: | Sota Tabu |
---|---|---|---|
Component: | Documentation | Version: | 4.1 |
Severity: | Normal | Keywords: | |
Cc: | Ad Timmering | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I didn't find any documentation of #6106 in Django 4.1 release notes (Prevented makemessages from changing .po files when up to date). I think this should be documented.
Change History (18)
comment:1 by , 21 months ago
Component: | Uncategorized → Documentation |
---|
comment:2 by , 21 months ago
comment:3 by , 21 months ago
It's a change after 15 years of updating this line every time makemessages
was called. If it was a bug it wouldn't persist for 15 years.
comment:4 by , 21 months ago
Also, Claude Paroz wrote: "IMHO this is clearly a wontfix issue, as jezdez stated. It is perfectly legitimate to update POT-Creation-Date each time a po file is updated.". So I don't think it was a bug.
comment:5 by , 21 months ago
Is it causing you problems? Should it be documented as a backward incompatible change? How would you document it?
comment:6 by , 21 months ago
Yes, I ran make_messages
and was surprised that no files have changed. I expected each .po file to have one line changed.
How would I document it? Something like "makemessages
- .po files will not change if there is no change in translations. Formerly POT-Creation-Date
was always updated."
comment:7 by , 21 months ago
I'm confused. We reopened #6106 after reaching a consensus on the mailing list. Moreover, you were in favor of #6106:
"I also find it annoying that one line changes always even if there are no changes in translations. I prefer the file not to change at all if nothing has changed."
and Claude summed up the discussion with:
"As the won't fixer person 11 years ago, I'm also more in favour of the change now, even if it changes a bit the meaning of POT-Creation-Date from "last time the pot file was updated" to "last time a change was detected in the pot file"."
comment:8 by , 21 months ago
Cc: | added |
---|
follow-up: 10 comment:9 by , 21 months ago
Hi Mariusz. I like this change and I'm not asking to revert it. I just think it should be documented in the Django release notes.
comment:10 by , 21 months ago
Summary: | Django 4.1 release notes - document #6106 → Add a release note that makemessages no longer changes .po files when up to date. |
---|---|
Triage Stage: | Unreviewed → Accepted |
Type: | Uncategorized → Cleanup/optimization |
Replying to אורי:
Hi Mariusz. I like this change and I'm not asking to revert it. I just think it should be documented in the Django release notes.
OK, a small release note won't hurt. Would you like to prepare a patch?
comment:11 by , 21 months ago
I can't create the PR myself, but you can add under Internationalization (or Management Commands):
makemessages
- .po files will not change if there is no change in translations. Formerly POT-Creation-Date
was always updated.
comment:12 by , 21 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
I made PR. https://github.com/django/django/pull/16544
comment:13 by , 21 months ago
Has patch: | set |
---|
comment:14 by , 21 months ago
Patch needs improvement: | set |
---|
comment:15 by , 21 months ago
Patch needs improvement: | unset |
---|---|
Triage Stage: | Accepted → Ready for checkin |
It looks like a bug fix, not a new feature. Why would you document it?