Finished support for triggered campaigns. So far only smoke-tested for subscription trigger.

This commit is contained in:
Tomas Bures 2018-11-21 01:41:10 +03:00
parent 4f5b2d10e4
commit b37ad9863c
56 changed files with 416 additions and 213 deletions

View file

@ -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) {