Hi,
All the translator app don’t consider the hard coded text when translating from a language to an other, so i created a blog like this :
1/in the liquid template i put this :
{{ ‘blog.comment.email’ | t }}
2/in the locales/en.default.json i put this :
{
“blog”:
{ “comment”: { “email”: “Your email” } }
}
it work well and it traduce the “your email” BUT my probleme is that i want this texte to be in BOLD, Can anyone help me with this ?
many thanks