I was wondering what the difference between these two attributes is when using the "aurelia-i18n" plugin
They are both defined in my main.ts inside the i18n plugin "startup"
lng: "en",
attributes: ["t", "i18n"],
fallbackLng: "en",
However, the i18n attribute only seems to work in "Views" and doesn't work when used inside a custom element. However t does work in custom elements. I was wondering if there was some kind of difference between these two, that is not described in the docs?