Skip to content

Commit

Permalink
ICU-22220 CLDR release-43-beta0 to ICU main
Browse files Browse the repository at this point in the history
  • Loading branch information
pedberg-icu committed Mar 14, 2023
1 parent 2a9d0cc commit 2c20fa4
Show file tree
Hide file tree
Showing 1,436 changed files with 3,084 additions and 3,005 deletions.
1,510 changes: 761 additions & 749 deletions icu4c/source/common/localefallback_data.h

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions icu4c/source/data/curr/ja.txt
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ ja{
}
TRY{
"TRY",
"新トルコリラ",
"トルコリラ",
}
TTD{
"TTD",
Expand Down Expand Up @@ -2046,7 +2046,7 @@ ja{
other{"トルコ リラ (1922–2005)"}
}
TRY{
other{"新トルコリラ"}
other{"トルコリラ"}
}
TTD{
other{"トリニダード・トバゴ ドル"}
Expand Down
8 changes: 4 additions & 4 deletions icu4c/source/data/curr/zh_Hant.txt
Original file line number Diff line number Diff line change
Expand Up @@ -978,11 +978,11 @@ zh_Hant{
}
TRL{
"TRL",
"土耳其里拉",
"土耳其里拉 (1922–2005)",
}
TRY{
"TRY",
"新土耳其里拉",
"土耳其里拉",
}
TTD{
"TTD",
Expand Down Expand Up @@ -2045,10 +2045,10 @@ zh_Hant{
other{"帝汶埃斯庫多"}
}
TRL{
other{"土耳其里拉"}
other{"土耳其里拉 (1922–2005)"}
}
TRY{
other{"新土耳其里拉"}
other{"土耳其里拉"}
}
TTD{
other{"千里達及托巴哥元"}
Expand Down
8 changes: 0 additions & 8 deletions icu4c/source/data/dtd/cldr/common/dtd/ldml.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -3162,10 +3162,8 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<!--@METADATA-->

<!ELEMENT personNames ( alias | ( nameOrderLocales*, foreignSpaceReplacement*, initialPattern*, personName*, sampleName*, special* ) ) >
<!--@TECHPREVIEW-->

<!ELEMENT nameOrderLocales ( #PCDATA ) >
<!--@TECHPREVIEW-->
<!ATTLIST nameOrderLocales order (givenFirst | surnameFirst) #REQUIRED >
<!ATTLIST nameOrderLocales alt NMTOKENS #IMPLIED >
<!--@MATCH:literal/variant-->
Expand All @@ -3175,7 +3173,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<!--@METADATA-->

<!ELEMENT foreignSpaceReplacement ( #PCDATA ) >
<!--@TECHPREVIEW-->
<!ATTLIST foreignSpaceReplacement xml:space (default | preserve) "preserve" >
<!--@METADATA-->
<!ATTLIST foreignSpaceReplacement alt NMTOKENS #IMPLIED >
Expand All @@ -3186,7 +3183,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<!--@METADATA-->

<!ELEMENT initialPattern ( #PCDATA ) >
<!--@TECHPREVIEW-->
<!ATTLIST initialPattern type (initial | initialSequence) #REQUIRED >
<!ATTLIST initialPattern alt NMTOKENS #IMPLIED >
<!--@MATCH:literal/variant-->
Expand All @@ -3196,7 +3192,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<!--@METADATA-->

<!ELEMENT personName ( alias | ( namePattern+, special* ) ) >
<!--@TECHPREVIEW-->
<!ATTLIST personName order NMTOKENS #IMPLIED >
<!--@MATCH:literal/givenFirst, surnameFirst, sorting-->
<!ATTLIST personName length NMTOKENS #IMPLIED >
Expand All @@ -3207,20 +3202,17 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<!--@MATCH:literal/formal, informal-->

<!ELEMENT namePattern ( #PCDATA ) >
<!--@TECHPREVIEW-->
<!ATTLIST namePattern alt (1 | 2) #IMPLIED >
<!ATTLIST namePattern draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
<!--@METADATA-->
<!ATTLIST namePattern references CDATA #IMPLIED >
<!--@METADATA-->

<!ELEMENT sampleName ( alias | ( nameField+, special* ) ) >
<!--@TECHPREVIEW-->
<!ATTLIST sampleName item NMTOKENS #REQUIRED >
<!--@MATCH:literal/nativeG, nativeGS, nativeGGS, nativeFull, foreignG, foreignGS, foreignGGS, foreignFull-->

<!ELEMENT nameField ( #PCDATA ) >
<!--@TECHPREVIEW-->
<!ATTLIST nameField type CDATA #REQUIRED >
<!--@MATCH:literal/title, given, given-informal, given2, surname, surname-prefix, surname-core, surname2, generation, credentials-->
<!ATTLIST nameField alt NMTOKENS #IMPLIED >
Expand Down
10 changes: 8 additions & 2 deletions icu4c/source/data/locales/en_CA.txt
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ en_CA{
"EEEE, MMMM d, y",
"MMMM d, y",
"MMM d, y",
"M/d/yy",
"y-MM-dd",
"{1}, {0}",
"{1}, {0}",
"{1}, {0}",
Expand All @@ -253,7 +253,13 @@ en_CA{
}
availableFormats{
Ed{"E d"}
MMdd{"MM/dd"}
GyMd{"y-MM-dd G"}
MEd{"E, MM-dd"}
MMdd{"MM-dd"}
Md{"MM-dd"}
yM{"y-MM"}
yMEd{"E, y-MM-dd"}
yMd{"y-MM-dd"}
}
dayPeriod{
format{
Expand Down
Loading

0 comments on commit 2c20fa4

Please sign in to comment.