Skip to content

Release erli18n-v0.6.1

Choose a tag to compare

@github-actions github-actions released this 29 Jun 00:43

Documentation and packaging patch. No public API or runtime behavior change —
the shipped CLDR plural rules are byte-identical to 0.6.0.

Added

  • Committed CLDR plural seed (priv/gettext/plural_forms.eterm) plus a
    generator (bin/gen-plural-table.escript) that regenerates the inline
    erli18n_plural:cldr_data/0 table from it. The seed is the single source of
    truth and the diffable target for a live GNU gettext parity gate, which
    rebuilds the expected table from the real toolchain on every run and fails on
    any divergence.

Changed

  • Documentation now describes the CLDR plural rules by their source — the
    upstream GNU gettext / Unicode CLDR data the table tracks — instead of a
    fixed locale count, and drops forward-looking feature promises. The README,
    the narrative guides, and the module docs are aligned with the OTP 27/28/29
    gate.