Skip to content

Releases: amannn/next-intl

v4.7.0

01 Jan 10:10

Choose a tag to compare

4.7.0 (2026-01-01)

Improvements for useExtracted

  • Only run extraction for next dev and next build (not e.g. for next typegen)
  • Include line numbers for file references in .po files
  • Incorporate line numbers into sorting of messages within a single file (if you're using the default .po format)

(#2200) (ebc5e43) – by @amannn

v4.6.1

16 Dec 16:27

Choose a tag to compare

4.6.1 (2025-12-16)

Bug Fixes

v4.6.0

12 Dec 13:38

Choose a tag to compare

4.6.0 (2025-12-12)

Features

  • Custom formats for useExtracted, consistency fixes for file references, pruning of messages and sorting of keys (#2155) (c02818e) – by @amannn

v4.5.8

03 Dec 09:45

Choose a tag to compare

4.5.8 (2025-12-03)

Bug fixes for useExtracted

  • Append newline with .json formatter for useExtracted (#2148 by @amannn)
  • Handle multiple calls to useExtracted & getExtracted (#2149 by @amannn)
  • Avoid conflict with existing useTranslations import for useExtracted (#2150 by @amannn)

v4.5.7

01 Dec 15:14

Choose a tag to compare

4.5.7 (2025-12-01)

Bug Fixes

  • Skip accept-language parsing when locale cookie is already present (#2143) (0d1331b), closes #2116 – by @lxup

v4.5.6

27 Nov 14:37

Choose a tag to compare

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 (#2131 – by @amannn)
  • Don't depend on environment locale for sorting of keys with useExtracted (#2134 – by @amannn)
  • Retain .po flags for useExtracted and update po-parser to fix encoding (#2128 – by @amannn)

v4.5.5

19 Nov 13:23

Choose a tag to compare

4.5.5 (2025-11-19)

Bug Fixes

v4.5.4

19 Nov 12:33

Choose a tag to compare

4.5.4 (2025-11-19)

Bug Fixes

v4.5.3

13 Nov 15:22

Choose a tag to compare

4.5.3 (2025-11-13)

Bug Fixes

  • Fix inconsistent ordering of messages for useExtracted pt. 2 (#2103) (5cbd5da) – by @amannn

v4.5.2

12 Nov 15:31

Choose a tag to compare

4.5.2 (2025-11-12)

Bug Fixes