Skip to content

Release v2.4.1

Choose a tag to compare

@github-actions github-actions released this 15 Aug 06:51
2ce94dd

Added

  • Round-trip specs proving a `contribute to` block's `label` and a `form` field's `label` both accept an unquoted `$strings.` token, stored and printed the same way every other localizable operand already is.
  • Both operands added to `Documentation/screenplay/internationalization.md`'s operand list, and cross-referenced from the Contributions and Forms pages.

(#93)

Notes for reviewers

The capability itself already existed - `ContributionParser`/`FormParser` (#92, #91) reused the exact same `$strings.` regex pattern every other `label`/`title` operand uses, so nothing needed to change in the parser or printer. Per the issue's own "Decision" section (the inline `strings` block proposal was dropped in favor of extending the existing `.strings`-file mechanism), this PR's scope is exactly what's left: verification and documentation, no new construct, no new resolution algorithm.

Labeled `patch` since nothing behavioral changed - only added coverage and closed a documentation gap.