docs(intent): a render's language selects the data, not only the template (#6945, #6947) - #220
Merged
Merged
Conversation
…late (#6945, #6947) The printing page said the opposite of what now happens, in the one sentence someone debugging this would read: "it inherits the multilingual translation overlay (the document prints in the caller's language)". The caller's language is the UI locale, not the language chosen for the render - which is exactly the defect #6945 reported, and the print flow now pins the feeder call's Accept-Language to the chosen language instead. - printing.md: correct the feeder sentence; a tip under the Print button that the chosen language selects the template AND the data; and, in "The issued copy and its language", why the server-side renders needed their own fix - a process step carries no Accept-Language, so a snapshot minted by a workflow (and a notify attachment, which runs in the same caller-less place) used to render a translated template over base-language values. - glue.md: the notify render language is no longer "the print-template language", and says what it does not govern - the mail's subject and body, which are the covering message rather than the document. Tracks specification proposal IntentFile/intent-specification#59 and the neutral page IntentFile/intentfile.github.io#43. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
Documents the two fixes merged on 2026-08-27: #6946 (interactive print dialog, issue #6945) and #6948 (server-side snapshot and notify renders, issue #6947).
Why this page needed correcting, not just extending
printing.mdstated the opposite of what now happens, in the one sentence someone debugging this would land on:The caller's language is the UI locale, not the language chosen for the render. That is exactly the defect #6945 reported - a Bulgarian template over
Bank transfer/ISSUED- and the Print flow now pins the feeder call'sAccept-Languageto the chosen language instead.Changes
printing.mdAccept-Language, so a snapshot minted by a workflow (and anotifyattachment, which runs in the same caller-less place) rendered a translated template over base-language values until the generated delegates began binding the render language around the feed and the render, cleared in afinallyso a pooled worker never leaks it.glue.md- the notify render language is no longer described as "the print-template language", and now states what it does not govern: the mail'ssubjectandbody, which are the covering message rather than the document.Notes
House rules observed: plain hyphens (no em/en dashes), VitePress admonition, absolute cross-links.
npx vitepress build docsis clean, and becauseignoreDeadLinksmasks broken links at build time the new/help/intent/printing#the-issued-copy-and-its-languageanchor was verified against the heading by hand.The vendor-neutral half is intent-specification#59 (proposal 0029) with its site page intentfile.github.io#43.