Read more translation

Hi,

Read more post link translation is gone, i remember have it translated before (without any plugin).

Please look here:
Postitused - HingeTee

Thank you!
Marx-Veix

This did that part of translation for me.

add_filter( ‘gettext’, ‘x_translate_read_more’, 9999, 3 );
function x_translate_read_more( $translated, $text, $domain ) {
if($text==‘Read More’) return ‘Loe Edasi’;
else return $translated;
}

Hi there

Thank you for sharing your solution @marx-veix :slight_smile: