opentype Posted October 11, 2022 Share 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!” Link to comment Share on other sites More sharing options...
Jim M Posted October 11, 2022 Share 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 Link to comment Share on other sites More sharing options...
Hisashi Posted October 11, 2022 Share Posted October 11, 2022 This one is also missing SeNioR- 1 Link to comment Share on other sites More sharing options...
opentype Posted October 12, 2022 Author Share 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 Link to comment Share on other sites More sharing options...
Marc Stridgen Posted October 12, 2022 Share Posted October 12, 2022 Thank you. I have added some notes to the bug report on those SeNioR- 1 Link to comment Share on other sites More sharing options...
Chris59 Posted October 15, 2022 Share Posted October 15, 2022 Link to comment Share on other sites More sharing options...
Solution Marc Stridgen Posted November 2, 2022 Solution Share 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. Link to comment Share on other sites More sharing options...
Recommended Posts