Fix Adar month name in Hebrew calendar (#16697)
authorTarek Mahmoud Sayed <tarekms@microsoft.com>
Fri, 2 Mar 2018 00:36:39 +0000 (16:36 -0800)
committerGitHub <noreply@github.com>
Fri, 2 Mar 2018 00:36:39 +0000 (16:36 -0800)
commitbcf17595da89619fe32d36caff7b9d06aa439b0b
treebcb8471a0c04ddc7e6a97502956ced8b76a7cf32
parente93926660c0e1f0aad452ced770e5859e49b1060
Fix Adar month name in Hebrew calendar (#16697)

The returned data from ICU has 6th month name as 'Adar I' and 7th month name as 'Adar'
We need to adjust that in the list used with non-leap year to have 6th month as 'Adar' and 7th month as 'Adar II'
note that when formatting non-leap year dates, 7th month shouldn't get used at all.
src/mscorlib/shared/System/Globalization/CalendarData.Unix.cs