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
|
@ -52,7 +52,7 @@ function tUI(key, lang, args) {
|
|||
args = {};
|
||||
}
|
||||
|
||||
return i18n.t(key, { ...args, defaultValue, lng: lang });
|
||||
return i18n.t(key, { ...args, lng: lang });
|
||||
}
|
||||
|
||||
function tMark(key) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue