Hello,
I’m having trouble in translating a specific part of the ‘Events Featured Venue’-widget. At the end you get a link saying ‘View all Events at this Venue’, which is wrongly translated in german. I’ve found the code inside the file ‘venue-widget.php’, which says:
printf( __( ‘View all %1$s at this %2$s’, ‘tribe-events-calendar-pro’ ), $events_label_plural, tribe_get_venue_label_singular() );
In german I get ‘Zeige alle Veranstaltungen an diesem Location’ … so the problem is %2s, which is Location. I’m not sure why I get Location … hmmm. Inside my po-files (pro and normal) venue is always correctly translated.
I appreciate every hint,
thank you 🙂