Finished support for triggered campaigns. So far only smoke-tested for subscription trigger.
This commit is contained in:
parent
4f5b2d10e4
commit
b37ad9863c
56 changed files with 416 additions and 213 deletions
|
@ -314,11 +314,11 @@ let str2 = util.format( _('My name is "%s"'), 'Mailtrain');
|
|||
|
||||
### Translating Handlebars Files
|
||||
|
||||
Enclose translatable strings to `{{#translate}}` tags
|
||||
Enclose translatable strings to `` tags
|
||||
|
||||
```handlebars
|
||||
<p>
|
||||
Mailtrain – {{#translate}}the best newsletter app{{/translate}}
|
||||
Mailtrain – the best newsletter app
|
||||
</p>
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue