Thanks for the link. It worked mostly. However there is still “Attendee Information” which is not described how to change: http://awesomescreenshot.com/0403mamj3d
Also. mo/po files work now and most of my translation can be done in there. there is still on sentence which i’ve translated but does not change on the page. http://awesomescreenshot.com/0413man169
function mycustom_filter_gettext( $translated, $original, $domain ) {
$strings = array(
'In order to process your registration, we ask you to provide the following information.%1$sPlease note that all fields marked with an asterisk (%2$s) are required.' => 'My new messaging',
);
if ( isset( $strings[$original] ) ) {
$translations = get_translations_for_domain( $domain );
$translated = $translations->translate( $strings[$original] );
}
return $translated;
}
add_filter( 'gettext', 'mycustom_filter_gettext', 10, 3 );
—
Lorenzo
Viewing 3 reply threads
The support post ‘Untranslatable Items?’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.