Translating Event Espresso strings
-
Hi there, using Event Espresso and works fantastically for the event content. There are some strings however that are visible on the front-end for tickets that aren’t editable in the WordPress back-end directly. I’ve read some of the string translation articles that you have but still not quite getting it. Here is a specific example for one string in a plugin php file:
<?php echo apply_filters( 'FHEE__ticket_selector_chart_template__ticket_details_event_access_table_total_ticket_left', sprintf( __( 'Total Spaces Left', 'event_espresso' ), '<br/>' )); ?>
How would I go about converting that string (and others similar to it) for use with WP Globus?
Thanks for any help, this plugin is above and beyond better than WPML, love it!
- The topic ‘Translating Event Espresso strings’ is closed to new replies.