feat: assert i18n text shape and chant/audio hooks (#56) #357
No reviewers
Labels
No labels
area: build
area: ci
area: compare
area: data
area: engine
area: model
area: provenance
area: rite
area: validation
backport
blocked
breaking
confirmed
dependencies
duplicate
epic
github_actions
invalid
needs-info
needs-triage
php
priority: high
priority: low
priority: medium
regression
type: bug
type: chore
type: correction
type: docs
type: enhancement
type: feature
type: fix
type: perf
type: refactor
type: security
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Directorium/Core!357
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/56-i18n-text-hooks"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #56.
Locks the office's i18n text shape and the reserved content hooks (emitted since #53) with tests and documentation.
namesis a locale-keyed map with the invariantlaalways present and no baked vernacular in v1.0; the engine hard-codes no language text — every name comes from the corpus data.text(Missal propers),chant(GABC),audio, andcitationsare present, nullable hooks the v1.1 text pipelines fill without reshaping the contract.titularsare present for a sanctoral office and[]for a temporal one.Test
OfficeI18nTestasserts, for a sanctoral and a temporal office:namesis keyed withlapresent and is Latin-only (no vernacular), the four content hooks are present and null, and titulars are correct per office type.docs/design/output-contract.mdgains an i18n-and-content-hooks note.Local gate:
composer lint(0),composer analyse([OK]),composer test(489 tests / 30,451 assertions).