- Pages Router: no more
missingKeyHandlerfalse positives on locale change —appWithTranslationreuses 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 (thechangeLanguagecall runs in a layout effect). WithsaveMissing: true, keys absent from the previous language were reported as missing during that transitional render even though they exist in the destination locale.saveMissingis now suspended while the language handoff is pending and restored oncechangeLanguagecompletes. #2344