You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the render function on Rosh Hashana event always returns the English string even when the locale parameter is set to 'he' or 'fr'
it's works fine for Rosh Hashana day 2 but not for day 1
the render function on Rosh Hashana event always returns the English string even when the locale parameter is set to 'he' or 'fr'
it's works fine for Rosh Hashana day 2 but not for day 1
for example:
events /*
[
HolidayEvent {
date: HDate { month: 7, day: 1, year: 5781 },
desc: 'Rosh Hashana 5781',
mask: 33,
attrs: [Object: null prototype] {}
},
HolidayEvent {
date: HDate { month: 7, day: 2, year: 5781 },
desc: 'Rosh Hashana II',
mask: 5,
attrs: [Object: null prototype] {}
}
] */
var translateToHebrew = events.map(ev=>ev.render('he') ); //[ 'Rosh Hashana 5781', 'רֹאשׁ הַשָּׁנָה יוֹם ב׳' ]
The text was updated successfully, but these errors were encountered: