Unicode CLDR 48 Beta released for specification review — major i18n changes land Oct 29, 2025

i18nIntlUnicodeDevOps

Key update

The Unicode Consortium published the CLDR 48 Beta for specification review and integration testing (beta available now, final release planned for October 29, 2025). The draft introduces several practical, implementation-level changes: a new relative dateTimeFormat type (e.g., “tomorrow at 10:00”), a Localized GMT timezone format and gmtUnknown fallback, clarified compact number-formatting and plural-rule semantics, explicit support for formatting rational numbers (fractions like 5½), revisions to unit syntax and normalization, and stabilization of MessageFormat features including a default bidi strategy and the :offset function. (blog.unicode.org)

Why it matters

CLDR is the canonical source for locale data used by major browsers, platforms and libraries (ICU/ICU4X already have CLDR 48 development integrations), so these changes will cascade into real-world apps and SDKs. Expect differences in date/time rendering (notably the z timezone behavior), compact-number displays, fraction formatting, and message formatting semantics once downstream libraries adopt the release; migration guidance is included and should be reviewed because some identifier syntax and algorithmic behaviors changed. Developers shipping internationalized UIs should pull the beta into integration tests now (or validate against vendor timelines), scan for affected formatting behaviors in critical flows (billing, timestamps, RTL messaging), and follow the CLDR migration notes ahead of the Oct 29 GA to avoid surprises. (blog.unicode.org)

Source

Read Next