Skip to content

Commit 5b3de6e

Browse files
committedOct 24, 2022
8284840: Update CLDR to Version 42.0
Reviewed-by: erikj, iris, joehw
1 parent 2f3f3b6 commit 5b3de6e

File tree

377 files changed

+96342
-30939
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

377 files changed

+96342
-30939
lines changed
 

‎make/data/cldr/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
CLDR - Unicode Common Locale Data Repository
22
http://cldr.unicode.org
33

4-
CLDR version installed: 41
4+
CLDR version installed: 42

‎make/data/cldr/common/bcp47/measure.xml

+5
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@
1313
<type name="uksystem" description="UK System of measurement: feet, pints, etc.; pints are 20oz"
1414
alias="imperial" since="28" />
1515
</key>
16+
<key name="mu" since="42" description="Allows setting overrides for measurement units. Currently limited to quantity=temperature, and no provision for usage or size.">
17+
<type name="celsius" description="temperature unit is Celsius" since="42" />
18+
<type name="kelvin" description="temperature unit is Kelvin" since="42" />
19+
<type name="fahrenhe" description="temperature unit is Fahrenheit" since="42" />
20+
</key>
1621
</keyword>
1722
</ldmlBCP47>

0 commit comments

Comments
 (0)
Please sign in to comment.