mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-22922 Integrate CLDR 47 release alpha2, part 3, data files
This commit is contained in:
parent
c6e1c09dbd
commit
0ceea4bee9
15 changed files with 81 additions and 20 deletions
|
@ -134,6 +134,7 @@
|
|||
"en_NZ": "en_001",
|
||||
"en_PG": "en_001",
|
||||
"en_PK": "en_001",
|
||||
"en_PL": "en_150",
|
||||
"en_PN": "en_001",
|
||||
"en_PT": "en_150",
|
||||
"en_PW": "en_001",
|
||||
|
|
6
icu4c/source/data/curr/en_PL.txt
Normal file
6
icu4c/source/data/curr/en_PL.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
// © 2016 and later: Unicode, Inc. and others.
|
||||
// License & terms of use: http://www.unicode.org/copyright.html
|
||||
// Generated using tools/cldr/cldr-to-icu/
|
||||
en_PL{
|
||||
%%Parent{"en_150"}
|
||||
}
|
|
@ -134,6 +134,7 @@
|
|||
"en_NZ": "en_001",
|
||||
"en_PG": "en_001",
|
||||
"en_PK": "en_001",
|
||||
"en_PL": "en_150",
|
||||
"en_PN": "en_001",
|
||||
"en_PT": "en_150",
|
||||
"en_PW": "en_001",
|
||||
|
|
6
icu4c/source/data/lang/en_PL.txt
Normal file
6
icu4c/source/data/lang/en_PL.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
// © 2016 and later: Unicode, Inc. and others.
|
||||
// License & terms of use: http://www.unicode.org/copyright.html
|
||||
// Generated using tools/cldr/cldr-to-icu/
|
||||
en_PL{
|
||||
%%Parent{"en_150"}
|
||||
}
|
|
@ -134,6 +134,7 @@
|
|||
"en_NZ": "en_001",
|
||||
"en_PG": "en_001",
|
||||
"en_PK": "en_001",
|
||||
"en_PL": "en_150",
|
||||
"en_PN": "en_001",
|
||||
"en_PT": "en_150",
|
||||
"en_PW": "en_001",
|
||||
|
|
|
@ -3,4 +3,33 @@
|
|||
// Generated using tools/cldr/cldr-to-icu/
|
||||
en_GS{
|
||||
%%Parent{"en_001"}
|
||||
calendar{
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"HH:mm:ss zzzz",
|
||||
"HH:mm:ss z",
|
||||
"HH:mm:ss",
|
||||
"HH:mm",
|
||||
"EEEE, d MMMM y",
|
||||
"d MMMM y",
|
||||
"d MMM y",
|
||||
"dd/MM/y",
|
||||
"{1}, {0}",
|
||||
"{1}, {0}",
|
||||
"{1}, {0}",
|
||||
"{1}, {0}",
|
||||
"{1}, {0}",
|
||||
}
|
||||
DateTimeSkeletons{
|
||||
"HHmmsszzzz",
|
||||
"HHmmssz",
|
||||
"HHmmss",
|
||||
"HHmm",
|
||||
"yMMMMEEEEd",
|
||||
"yMMMMd",
|
||||
"yMMMd",
|
||||
"yMMdd",
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// License & terms of use: http://www.unicode.org/copyright.html
|
||||
// Generated using tools/cldr/cldr-to-icu/
|
||||
en_PL{
|
||||
%%Parent{"en_150"}
|
||||
NumberElements{
|
||||
latn{
|
||||
patterns{
|
||||
|
|
|
@ -20622,6 +20622,7 @@ supplementalData:table(nofallback){
|
|||
"en_IT",
|
||||
"en_NL",
|
||||
"en_NO",
|
||||
"en_PL",
|
||||
"en_PT",
|
||||
"en_RO",
|
||||
"en_SE",
|
||||
|
@ -34940,6 +34941,15 @@ supplementalData:table(nofallback){
|
|||
}
|
||||
preferred{"h"}
|
||||
}
|
||||
GS{
|
||||
allowed{
|
||||
"H",
|
||||
"h",
|
||||
"hb",
|
||||
"hB",
|
||||
}
|
||||
preferred{"H"}
|
||||
}
|
||||
GT{
|
||||
allowed{
|
||||
"h",
|
||||
|
@ -36250,15 +36260,6 @@ supplementalData:table(nofallback){
|
|||
}
|
||||
preferred{"h"}
|
||||
}
|
||||
en_GS{
|
||||
allowed{
|
||||
"h",
|
||||
"hb",
|
||||
"H",
|
||||
"hB",
|
||||
}
|
||||
preferred{"h"}
|
||||
}
|
||||
en_HK{
|
||||
allowed{
|
||||
"h",
|
||||
|
@ -36286,15 +36287,6 @@ supplementalData:table(nofallback){
|
|||
}
|
||||
preferred{"h"}
|
||||
}
|
||||
en_PL{
|
||||
allowed{
|
||||
"h",
|
||||
"hb",
|
||||
"H",
|
||||
"hB",
|
||||
}
|
||||
preferred{"h"}
|
||||
}
|
||||
es_BR{
|
||||
allowed{
|
||||
"H",
|
||||
|
|
|
@ -134,6 +134,7 @@
|
|||
"en_NZ": "en_001",
|
||||
"en_PG": "en_001",
|
||||
"en_PK": "en_001",
|
||||
"en_PL": "en_150",
|
||||
"en_PN": "en_001",
|
||||
"en_PT": "en_150",
|
||||
"en_PW": "en_001",
|
||||
|
|
6
icu4c/source/data/region/en_PL.txt
Normal file
6
icu4c/source/data/region/en_PL.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
// © 2016 and later: Unicode, Inc. and others.
|
||||
// License & terms of use: http://www.unicode.org/copyright.html
|
||||
// Generated using tools/cldr/cldr-to-icu/
|
||||
en_PL{
|
||||
%%Parent{"en_150"}
|
||||
}
|
|
@ -134,6 +134,7 @@
|
|||
"en_NZ": "en_001",
|
||||
"en_PG": "en_001",
|
||||
"en_PK": "en_001",
|
||||
"en_PL": "en_150",
|
||||
"en_PN": "en_001",
|
||||
"en_PT": "en_150",
|
||||
"en_PW": "en_001",
|
||||
|
|
6
icu4c/source/data/unit/en_PL.txt
Normal file
6
icu4c/source/data/unit/en_PL.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
// © 2016 and later: Unicode, Inc. and others.
|
||||
// License & terms of use: http://www.unicode.org/copyright.html
|
||||
// Generated using tools/cldr/cldr-to-icu/
|
||||
en_PL{
|
||||
%%Parent{"en_150"}
|
||||
}
|
|
@ -94,7 +94,7 @@ yo_BJ{
|
|||
}
|
||||
year{
|
||||
dnam{"ɔ̀dún"}
|
||||
per{"{0} ɔd"}
|
||||
other{"{0} ɔ̀dún"}
|
||||
}
|
||||
}
|
||||
force{
|
||||
|
@ -172,6 +172,10 @@ yo_BJ{
|
|||
dnam{"ɔshɛ́"}
|
||||
per{"{0}/ɔ̀shɛ̀"}
|
||||
}
|
||||
year{
|
||||
dnam{"ɔd"}
|
||||
other{"{0} ɔd"}
|
||||
}
|
||||
}
|
||||
length{
|
||||
fathom{
|
||||
|
@ -252,7 +256,6 @@ yo_BJ{
|
|||
year{
|
||||
dnam{"ɔd"}
|
||||
other{"{0} ɔd"}
|
||||
per{"{0}/ɔd"}
|
||||
}
|
||||
}
|
||||
force{
|
||||
|
|
|
@ -134,6 +134,7 @@
|
|||
"en_NZ": "en_001",
|
||||
"en_PG": "en_001",
|
||||
"en_PK": "en_001",
|
||||
"en_PL": "en_150",
|
||||
"en_PN": "en_001",
|
||||
"en_PT": "en_150",
|
||||
"en_PW": "en_001",
|
||||
|
|
6
icu4c/source/data/zone/en_PL.txt
Normal file
6
icu4c/source/data/zone/en_PL.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
// © 2016 and later: Unicode, Inc. and others.
|
||||
// License & terms of use: http://www.unicode.org/copyright.html
|
||||
// Generated using tools/cldr/cldr-to-icu/
|
||||
en_PL{
|
||||
%%Parent{"en_150"}
|
||||
}
|
Loading…
Add table
Reference in a new issue