Hi,
I have the same issue but found a solution here https://wpml.org/errata/the-events-calendar-issues-with-string-translation/. They say that the issue will be fixed after the update. I updated the event calendar to Version 5.6.0 today but the issue persists.
you need to modify /plugins/the-events-calendar/src/Tribe/I18n.php LINE 189
From
remove_filter( 'locale', $force_locale );
to
remove_filter( 'locale', $force_locale );
foreach ( (array) $args[1] as $domain => $file ) {
// Reload it with the correct language.
unload_textdomain( $domain );
if ( 'default' === $domain ) {
load_default_textdomain();
} else {
Common::instance()->load_text_domain( $domain, $file );
}
}
Dear Events Calendar team, please add the fix in the new version.
-
This reply was modified 3 years, 10 months ago by uwcdtestuser.