How to translate the "Post is for subscribers only" block

Hello,

I bought the Pidkast theme and I am trying to translate a specific area.

I already asked the theme’s customer support how to do this, and they told me that it was a block that I could not translate via the “locales” folder.

So I don’t know what to do. I did add “FR” in my site settings, but since I’m a bit of a coding nerd, I really don’t know what else to do!

Thanks to you for your help.

There is a default template, which you can add to your theme and overwrite it:
https://github.com/TryGhost/Ghost/blob/main/core/frontend/helpers/tpl/content-cta.hbs

You can create content-cta.hbs in your partials directory using the template above and modify the texts as needed.

3 Likes

Thank you. This was helpful!

Thanks for the help! this was very helpful!
What about email templates, do we do the same way, copy and paste in partials, and manipulate & good to go?