next-intl 4.5.6
4.5.6 (2025-11-27)
Bug fixes for useExtracted
- Handle race condition when detecting locale changes which could lead to reset of messages with
useExtracted(https://github.com/amannn/next-intl/pull/2131 – by @amannn) - Don't depend on environment locale for sorting of keys with
useExtracted(https://github.com/amannn/next-intl/pull/2134 – by @amannn) - Retain .po flags for
useExtractedand updatepo-parserto fix encoding (https://github.com/amannn/next-intl/pull/2128 – by @amannn)