spec: print render language — language / languageFrom on snapshot children and notify attachments - #4
Open
delchev wants to merge 1 commit into
Open
Conversation
… children and notify attachments
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.
Specifies the render-language knobs added to the reference implementation:
function: Snapshotchild may declarelanguage: <code>(fixed) orlanguageFrom: <relation>.<field>(per record - a one-hop path on the document master whose string field holds the language code; may cross model boundaries). Mutually exclusive; absent both, the mint falls back to the first entry of the application's configured language set at mint time; an unresolvable path is a generation error, never a silent wrong-language copy. Interactive printing renders live in the user-picked language; the snapshot panel serves the frozen issued copies - the two coexist.attach: printgains the samelanguageFromnext to its existinglanguage:, with the same fallback.(The
.numberspartition-source declaration touches the numbering section that #2 rewrites - noted there rather than conflicting here.)