TAPevents / tap-i18n

A comprehensive internationalization solution for Meteor.
MIT License
329 stars 86 forks source link

Use HTML tags inside translated strings. #191

Closed llvasconcellos closed 11 months ago

llvasconcellos commented 8 years ago

How can I prevent HTML entities being translated when using TAPi18n? Like <b> not being translated to &lt;b&gt;?

lfilho commented 8 years ago

I think this is Blaze domain, not tap-i18n. Try {{{_ 'your-key'}}} (3 braces instead of 2)

llvasconcellos commented 8 years ago

@lfilho It works!!! Thanks for your quick reply! Um abraço do Brasil!!

lfilho commented 8 years ago

Feel free to close this issue then.

Opa! Outro abraço, só que eu tô na Alemanha hehehe.

llvasconcellos commented 8 years ago

@lfilho How can I achieve the same with TAPi18n.__()?