Sourced from i18next-cli's changelog.
1.51.8 - 2026-04-13
- Fix selector API with dynamic bracket notation (e.g.
t(($) => $.table.columns[field])) incorrectly treating keys as unused and removing them during extraction. Dynamic bracket expressions are now resolved via the expression resolver, so typed variables (const field: "name" | "age") and const-initialised variables (const field = "name") are correctly expanded into all possible keys. Fixes #234.
6e479a9
1.51.83a1ced4
ix selector API with dynamic bracket notation #234