Thread Starter
me9473
(@me9473)
Hi,
I managed to resolve the issue, by removing the original dutch language file in the plugin. When there are 2 language files, in the wp-content/languages/plugin and in the Event Calendar plugin folder, this translation is not working correct. When removing- the language file in the calendar plugin folder, the adjustments are correct.
It’s strange, but i figured out it works that way. Maybe because there is nl_NL language and nl_BE language?
Anyway it works!
Thread Starter
me9473
(@me9473)
Hi,
I already used
add_filter( ‘tribe_event_label_plural_lowercase’, function() { return ‘activiteiten’; } );
in a code snippet to translate the ‘event’ wording form the events calendar, is it possible to use the same coding to translate RSVP? What ‘tag’ should i use instead of tribe_event_label_plural_lowercase?
Or is this a way that doesnt work with the ticket plugin?