diff options
| author | Jose Luis Duran <jlduran@FreeBSD.org> | 2026-06-28 23:07:30 +0000 |
|---|---|---|
| committer | Jose Luis Duran <jlduran@FreeBSD.org> | 2026-06-28 23:07:31 +0000 |
| commit | 9edbff33aa299dfe7693e18f5bff682bd7ac6b40 (patch) | |
| tree | 5159c2e474cb9345effc3f2711f9ab45769f622b | |
| parent | 77ca1ce66283aa84258ef2323b692711df16158c (diff) | |
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
| -rw-r--r-- | tools/tools/locale/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |
