Skip to content

gt-i18n@1.0.12-iris.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Aug 01:02
· 4 commits to main since this release
679e179

Patch Changes

  • 8d376e2: Make msg(..., { $format: 'STRING' }) preserve source text literally instead
    of applying ICU interpolation. For example, msg('Hello {name}', { $format: 'STRING', name: 'Ada' }) now encodes Hello {name} rather than
    Hello Ada. Add lightweight shared helpers for registering, hashing, and
    decoding literal STRING messages, browser cookie access, and canonical GT
    cookie names, and validate encoded fields by type.