Translation on card cta member to language on pt-br. Is possible? If yes, please, me help!
That looks like the regular CTA that’s been in Ghost for a while, right? (You had me worried we had something new to do with the new additional CTA card.)
You can override it at the theme level by adding partials/content-cta.hbs to your theme. Either add literal translations, or if you want your theme to work in multiple languages, wrap your string like {{t "your string"}}
. Otherwise, Ghost uses this file: Ghost/ghost/core/core/frontend/helpers/tpl/content-cta.hbs at main · TryGhost/Ghost · GitHub
1 Like
Hello, thank you very much, this was the information I needed “partials/content-cta.hbs” I couldn’t find anywhere. Tks!
1 Like