npm next-i18next 16.0.9
v16.0.9

latest release: 16.0.10
3 hours ago
  • Pages Router: no more missingKeyHandler false positives on locale changeappWithTranslation reuses one i18next instance, so a client-side locale change renders at least once with the destination's resources loaded but the previous language still active (the changeLanguage call runs in a layout effect). With saveMissing: true, keys absent from the previous language were reported as missing during that transitional render even though they exist in the destination locale. saveMissing is now suspended while the language handoff is pending and restored once changeLanguage completes. #2344

Don't miss a new next-i18next release

NewReleases is sending notifications on new releases.