The branch stable/15 has been updated by jlduran: URL: https://cgit.FreeBSD.org/src/commit/?id=e8cca479b57a70d98d511fa86548bcb9f51e9c0c
commit e8cca479b57a70d98d511fa86548bcb9f51e9c0c Author: Jose Luis Duran <[email protected]> AuthorDate: 2026-06-28 23:07:30 +0000 Commit: Jose Luis Duran <[email protected]> CommitDate: 2026-07-13 12:34:34 +0000 locale: Update Unicode to CLDR 48.2 Notable changes: - Group separator for number formatting was updated to ' in fr-CH consistent with other Swiss locales. - Some fixes to date formats including: Hv available formats were updated to match behavior in CLDR 47 due to web compatibility issues related to current JS capabilities. - Emoji annotations fixes including collisions between emoji short names. - Updated AM/PM for ko & ps to be consistent with how the wide forms are localized. Reviewed by: bapt MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D57626 (cherry picked from commit 9edbff33aa299dfe7693e18f5bff682bd7ac6b40) --- tools/tools/locale/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tools/locale/Makefile b/tools/tools/locale/Makefile index 69988ced09c8..d6b9b15f1943 100644 --- a/tools/tools/locale/Makefile +++ b/tools/tools/locale/Makefile @@ -7,7 +7,7 @@ # Modified by John Marino to suit DragonFly needs # -CLDRVERSION= 48 +CLDRVERSION= 48.2 UCDVERSION= 17.0.0 .if ${.CURDIR} == ${.OBJDIR}
