Translation of "Read More" and "Submit" button

Hi everyone,

I’m using Polylang on my clients website. They now have a blog, but the read more and submit button (for adding comments) are not translated into German. Does anyone know how to do this?

I found this piece of code for the read more button on this topic on Stackoverflow:

function modify_read_more_link() {
  return  '<a href="' . get_permalink() . '">' . pll__('read more') .  '</a>';
}

add_filter( 'the_content_more_link', 'modify_read_more_link' );
pll_register_string('my-theme', 'read more');

It is showing up in the String Translations, but the translation is not working on the website. I’m sure I’m doing something wrong since I know very little JavaScript. I’m really stuck so I hope someone on here can help me out.

Thank you in advance!

Kind regards,
Michelle

No one who can help me with this?

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.