Release erli18n-v0.6.1
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/0table from it. The seed is the single source of
truth and the diffable target for a live GNUgettextparity 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 GNUgettext/ 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.