Skip to content

Commit 60b3e5e

Browse files
authored
CLDR-18463 Update InfoHub for CLDR 48, part 1 (#4591)
1 parent f591ad4 commit 60b3e5e

File tree

1 file changed

+87
-10
lines changed

1 file changed

+87
-10
lines changed

docs/site/translation.md

Lines changed: 87 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ During Submission, please read the CLDR Training (if new to the survey tool), pl
1717

1818
### Updates
1919

20-
- TBD
21-
2220
When a section below changes, the date will be in the header.
2321

2422
## Status and Schedule
@@ -37,17 +35,36 @@ Most of the following are relevant to locales at the Modern Coverage Level.
3735

3836
TBD - New emoji will be added the week of April 21st.
3937

40-
### New/expanded units
41-
42-
1. TBD
38+
### Locale display names
4339

44-
### Language names
40+
#### More language names
4541

4642
As new locales reach Basic Coverage, their language names have been added for locales targeting modern coverage: TBD
4743

44+
#### Languages whose English name changed
45+
46+
- tkl: English name changed to Tokelauan. [CLDR-11231](https://unicode-org.atlassian.net/browse/CLDR-11231)
47+
48+
#### Scripts
49+
50+
There are 5 new scripts for Unicode 17. Currently the names are in English: Beria Erfe, Chisoi, Sidetic, Tai Yo, Tolong Siki.
51+
Coverage for other languages is at comprehensive; if there is a need to have coverage at lower level in some locale,
52+
please file a ticket. [CLDR-18283](https://unicode-org.atlassian.net/browse/CLDR-18283)
53+
54+
#### ISO 8601 calendar name
55+
56+
This is a variant of the Gregorian calendar whose formats always use year-month-day ordering and a 24-hour time cycle.
57+
The English name has changed to reflect that (and also added a variant); locales should update accordingly:
58+
-calendar-iso8601: Gregorian (Year First)
59+
-calendar-iso8601-variant: ISO 8601 Order
60+
61+
[CLDR-18447](https://unicode-org.atlassian.net/browse/CLDR-18447)
62+
4863
### DateTime formats
4964

50-
There is a new “-relative” variant for [Date-Time Combined Formats](/translation/date-time/date-time-patterns#date-time-combined-formats).
65+
#### New “relative” variant for date-time combining pattern
66+
67+
There is a new “-relative” variant for [Date-Time Combined Formats](/translation/date-time/date-time-patterns#date-time-combined-formats). [CLDR-18350](https://unicode-org.atlassian.net/browse/CLDR-18350)
5168

5269
Before CLDR 48, there were two variants:
5370
- A “standard” variant for combining date with time, typically without literal text. In English this was “{1}, {0}”
@@ -61,9 +78,69 @@ of a relative date and a single time. If you do not supply this, that combinatio
6178
in English that would produce “tomorrow, 3:00 PM”. If instead you want the same combining behavior for a relative date with a single time as for a
6279
fvfixed date with single time (as was the case in CLDR 47 and earlier), then for each length style copy the existing “atTime” form to the new “relative” form.
6380

64-
### Metazones
81+
### Timezones, metazones and exemplar cities
82+
83+
#### New `gmtUnknownFormat`
84+
85+
Normally time zones formatted using UTC offset (like xxxx) use the `gmtFormat` pattern (“GMT{0}” in root). The new `gmtUnknownFormat` is used when formatting time zones using a UTC offset for cases when the offset or zone is unknown. The root value “GMT+?” need not be changed if it works for your locale; hoever it should be consistent with the `gmtFormat` and `gmtZeroFormat` in your locale. See [Time Zones and City names](translation/time-zones-and-city-names) [CLDR-18236](https://unicode-org.atlassian.net/browse/CLDR-18236)
86+
87+
#### “Unknown City” → “Unknown Location”
88+
89+
For zone `Etc/Unknown`, the exemplarCity name was changed in English from “Unknown City” to “Unknown Location”; other locales should update accordingly. [CLDR-18262](https://unicode-org.atlassian.net/browse/CLDR-18262)
90+
91+
#### Changes to the root and/or English names of many exemplar cities and some metazones
92+
93+
(TBD [CLDR-18249](https://unicode-org.atlassian.net/browse/CLDR-18249)
94+
95+
### Number formats
96+
97+
#### Currency patterns alphaNextToNumber, noCurrency
98+
99+
There actually added in CLDR 42 per (CLDR-14336)[https://unicode-org.atlassian.net/browse/CLDR-14336]. However, they were not properly set up for coverage and inheritance, and were not presented to many vetters. These issue were corrected in CLDR 47 per [CLDR-17879](https://unicode-org.atlassian.net/browse/CLDR-17879), which adjusted the data for some locales (and made it draft="provisional"). Many vetters will see these for the first time in CLDR 48.
100+
- The `alphaNextToNumber` patterns should be used when currency symbol is alphabetic, such as “USD”; in this case the m=pattern may add a space to offset the currency symbol from the numeric value, if the standard pattern does not already include a space.
101+
- The `alphaNextToNumber` patterns should be used when the currency amount should be formatted without a currency symbol, as in a table of values all using the same currency. This pattern must not include the currency symbol pattern character ‘¤’.
102+
103+
For more information see [Number and currency patterns](/translation/number-currency-formats/number-and-currency-patterns).
104+
105+
#### Rational formats
106+
107+
These describe the formatting of rational fractions such as ¾ or combinations of integers and fractions such as 5½. [CLDR-17570](https://unicode-org.atlassian.net/browse/CLDR-17570)
108+
109+
Here are the the English values and a short description of their purpose; for more information see (TBD):
110+
- `rationalFormats-rationalPattern`: “{0}⁄{1}” - The format for a rational fraction with arbitrary numerator and denominator; the English pattern uses the Unicode character ‘⁄’ U+2044 FRACTION SLASH which causes composition of fractions such as 22⁄7.
111+
- `rationalFormats-integerAndRationalPattern`: “{0} {1}” - The format for combining an integer with a rational fraction composed using the pattern above; the English pattern uses U+202F NARROW NO-BREAK SPACE (NNBSP) to produce a small no-break space.
112+
- `rationalFormats-integerAndRationalPattern-superSub`: “{0}⁠{1}” - The format for combining an integer with a rational fraction using (TBD); the English pattern uses U+2060 WORD JOINER, a zero-width no-break space.
113+
- `rationalFormats-rationalUsage`: “sometimes” - An indication of the extent to which rational fractions are used in the locale; may be one of “never”, “sometimes”, ... (TBD)
114+
115+
### Units
116+
117+
#### Rework certain concentration units
118+
119+
The keys for two units changed (the translations can probably remain the same) and there is one new unit that is used for constructing certain other kinds of concentration units. [CLDR-18274](https://unicode-org.atlassian.net/browse/CLDR-18274):
120+
- key `permillion` changed to `concentr-part-per-1e6`; English values remain “parts per million”, “{0} part per million”, etc.
121+
- key `portion-per-1e9` changed to `concentr-part-per-1e9`; English values remain “parts per billion”, “{0} part per billion”, etc.
122+
- new key `part` used for constructing arbitrary concentrations such as “parts per 100,000”; English values “parts”, “{0} part”, etc.
123+
124+
#### Many new units in English
125+
126+
Mnny new units were added in English. In general these are very specific and vetters will not be
127+
asked to translate them for other locales, so coverage will be comprehensive. If some of these units
128+
would be useful in particualr locales, please file a ticekt and the coverage can be adjusted.
129+
[CLDR-18215](https://unicode-org.atlassian.net/browse/CLDR-18215)
65130

66-
TBD
131+
The units (English names) are:
132+
- angle: steradians
133+
- area: bu [JP], cho [JP], se [JP] (Japanese units)
134+
- duration: fortnights
135+
- concentr: katals
136+
- electric: coulombs, farads, henrys, siemens
137+
- energy: becquerels, British thermal units [IT], calories [IT], grays, sieverts
138+
- force: kilograms-force
139+
- length: chains, rods; jo [JP], ken [JP], ri [JP], rin [JP], shaku [cloth, JP], >shaku [JP], sun [JP] (Japanese units)
140+
- magnetic: teslas , webers
141+
- mass: slugs; fun [JP] (Japanese unit)
142+
- temperature: rankines
143+
- volume: metric fluid ounces; cups Imperial, pints Imperial; cup [JP], koku [JP], kosaji [JP], osaji [JP], sai [JP], shaku [volume, JP], to [JP] (Japanese units)
67144

68145
## Survey Tool
69146

@@ -112,7 +189,7 @@ This list will be updated as fixes are made available in Survey Tool Production.
112189
Last updated: 2025-04-07
113190

114191
1. [CLDR-17694](https://unicode-org.atlassian.net/browse/CLDR-17694) - Back button in browser fails in forum under certain conditions
115-
1. [CLDR-17658](https://unicode-org.atlassian.net/browse/CLDR-17658) - Dashboard slowness
192+
2. [CLDR-17658](https://unicode-org.atlassian.net/browse/CLDR-17658) - Dashboard slowness
116193

117194
## Recent Changes
118195

0 commit comments

Comments
 (0)