ICU-22442 Sync the spelling of NEHASSA to ICU4J NEHASSE

ICU4J has that as part of public API but ++ is private
so we should sync to the ICU4J one.
This commit is contained in:
Frank Tang 2023-07-26 17:04:35 -07:00 committed by Frank Yung-Fong Tang
parent 2238f1c2c1
commit 03e98c04f3
2 changed files with 2 additions and 2 deletions

View file

@ -89,7 +89,7 @@ public:
/**
* Constant for ነሐሴ, the 12th month of the Ethiopic year.
*/
NEHASSA,
NEHASSE,
/**
* Constant for ጳጉሜን, the 13th month of the Ethiopic year.

View file

@ -4756,7 +4756,7 @@ void CalendarTest::TestEthiopicCalendarSetTemporalMonthCode() {
{ 2022, UCAL_MAY, 15, 2014, icu::EthiopicCalendar::GENBOT, 7, "M09", 8},
{ 2022, UCAL_JUNE, 16, 2014, icu::EthiopicCalendar::SENE, 9, "M10", 9},
{ 2022, UCAL_JULY, 17, 2014, icu::EthiopicCalendar::HAMLE, 10, "M11", 10},
{ 2022, UCAL_AUGUST, 18, 2014, icu::EthiopicCalendar::NEHASSA, 12, "M12", 11},
{ 2022, UCAL_AUGUST, 18, 2014, icu::EthiopicCalendar::NEHASSE, 12, "M12", 11},
{ 2022, UCAL_SEPTEMBER, 6, 2014, icu::EthiopicCalendar::PAGUMEN, 1, "M13", 12},
{ 2022, UCAL_SEPTEMBER, 10, 2014, icu::EthiopicCalendar::PAGUMEN, 5, "M13", 12},
{ 2022, UCAL_SEPTEMBER, 11, 2015, icu::EthiopicCalendar::MESKEREM, 1, "M01", 0},