Thanks your code snipped for functions.php
add_filter( 'em_calendar_get_default_search', function( $atts ) {
$new_atts = $atts;
unset( $new_atts['calendar_size'] );
return $new_atts;
} );
Worked like a charm. I hope they will fix it in future versions though,
Nevermind, I can just use the do_shortcode(‘[rt_reading_time]’) and add my own multi lingual text strings before and after the shortcode.
Apologies for asking!
Any news on the pro version?
Ok not sure how I missed that, thanks a lot!