liova
February 19, 2022, 1:24pm
1
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
jailja
October 8, 2022, 9:54am
3
Thank you. This was helpful!
toronto
November 5, 2022, 10:17pm
4
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?