You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes you have a string combined with some html or data which don't have to get into translation.
// template
{{e({ opentag: '<b>' , closetag: '</b>'}) "my template is #opentag nice #closetag"}}
// translation string:
my template is nice
// html output
my template is <b> nice </b>
The text was updated successfully, but these errors were encountered:
Sometimes you have a string combined with some html or data which don't have to get into translation.
The text was updated successfully, but these errors were encountered: