Sourced from i18next-cli's changelog.
1.51.5 - 2026-03-30
- Fix extractor using only the initializer value instead of the full enum type when a variable has both a type annotation and an initializer (e.g.
const status: Status = Status.Newnow correctly extracts all enum values, not just"new"). Fixes #210 (comment).
3583c5f
1.51.510341e7
Fix extractor using only the initializer value instead of the full enum
type114f1de
update i18next dep