Write 4.17.0's store copy - #614
Merged
Merged
Conversation
The `Unreleased` heading names 4.17.0 now. That is the first thing the release run checks: `changelog-section.py` refuses a version with no section, and `store-listing.py` refuses a listing missing a locale or over Play's 500 characters. Both pass - fifteen locales, the longest 418 characters in German, and the byte counts that look close on Hindi, Russian and Japanese are not characters. Nothing under the heading changes. `scripts/store-copy.py v4.17.0` wrote the rest: the English from that section, then one translation per locale against its own `full_description.txt` and the release before it, and a review pass in each language. Three paragraphs, in the order a reader would care about them - the PDFs that open and read properly now, the pictures that come back in Word and Excel documents, and the table header row that stays where it belongs. The password-protected paragraph did not make the cut. It is the one change in the section that leaves the reader no better off - the file still cannot be opened, it is only named correctly now - and there is room to put it back if it should go out: the English is 327 characters of the 400 it is held to.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
Unreleasedheading names 4.17.0 now. That is the first thing the releaserun checks:
changelog-section.pyrefuses a version with no section, andstore-listing.pyrefuses a listing missing a locale or over Play's 500characters. Both pass - fifteen locales, the longest 418 characters in German,
and the byte counts that look close on Hindi, Russian and Japanese are not
characters.
Nothing under the heading changes.
scripts/store-copy.py v4.17.0wrote the rest: the English from that section,then one translation per locale against its own
full_description.txtand therelease before it, and a review pass in each language. Three paragraphs, in the
order a reader would care about them - the PDFs that open and read properly now,
the pictures that come back in Word and Excel documents, and the table header
row that stays where it belongs.
The password-protected paragraph did not make the cut. It is the one change in
the section that leaves the reader no better off - the file still cannot be
opened, it is only named correctly now - and there is room to put it back if it
should go out: the English is 327 characters of the 400 it is held to.
🤖 Generated with Claude Code