File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed
Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -2024,6 +2024,7 @@ static const struct CurrencyList {
20242024 {" ZRN" , UCURR_COMMON|UCURR_DEPRECATED},
20252025 {" ZRZ" , UCURR_COMMON|UCURR_DEPRECATED},
20262026 {" ZWD" , UCURR_COMMON|UCURR_DEPRECATED},
2027+ {" ZWG" , UCURR_COMMON|UCURR_NON_DEPRECATED},
20272028 {" ZWL" , UCURR_COMMON|UCURR_DEPRECATED},
20282029 {" ZWR" , UCURR_COMMON|UCURR_DEPRECATED},
20292030 { nullptr , 0 } // Leave here to denote the end of the list.
Original file line number Diff line number Diff line change @@ -116,6 +116,9 @@ static void TestEnumList(void) {
116116
117117 // CLDR 45 and ICU-22726
118118 expectInList ("XCG" , UCURR_ALL , true);
119+
120+ // CLDR 46 and ICU-22935
121+ expectInList ("ZWG" , UCURR_ALL , true);
119122}
120123
121124static void TestEnumListReset (void ) {
Original file line number Diff line number Diff line change @@ -1545,6 +1545,10 @@ structLocale:table(nofallback){
15451545 "",
15461546 "",
15471547 }
1548+ ZWG{
1549+ "",
1550+ "",
1551+ }
15481552 ZWL{
15491553 "",
15501554 "",
@@ -4039,6 +4043,14 @@ structLocale:table(nofallback){
40394043 many{""}
40404044 other{""}
40414045 }
4046+ ZWG{
4047+ zero{""}
4048+ one{""}
4049+ two{""}
4050+ few{""}
4051+ many{""}
4052+ other{""}
4053+ }
40424054 ZWL{
40434055 zero{""}
40444056 one{""}
You can’t perform that action at this time.
0 commit comments