opentype Posted October 11, 2022 Posted October 11, 2022 You forgot to create a language string for “We couldn't find any events happening soon near you. Check back later!”
Jim M Posted October 11, 2022 Posted October 11, 2022 Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release. SeNioR- 1
opentype Posted October 12, 2022 Author Posted October 12, 2022 There also seems to be a problem with the short-form months, which are not translated. The code looks like this: <span class='cEvents__monthNav__month'>{$monthObj->format( 'M' )}</span> A working code from the Upcoming Events widget looks like this: <time datetime='{$event->nextOccurrence( $today, 'startDate' )->mysqlDatetime()}' class='ipsCalendarDate'> <span class='ipsCalendarDate_month' data-controller="core.global.core.datetime" data-time="{$event->nextOccurrence( $today, 'startDate' )->format('c')}" data-format="%b">{$event->nextOccurrence( $today, 'startDate' )->monthNameShort}</span> </time> SeNioR- 1
Marc Posted October 12, 2022 Posted October 12, 2022 Thank you. I have added some notes to the bug report on those SeNioR- 1
Solution Marc Posted November 2, 2022 Solution Posted November 2, 2022 Just a quick note to let you know this has been resolved in the latest 4.7.4 release, which went out a short time ago. If you are still experiencing this issue after upgrading to that release, please let us know.
Recommended Posts