How is it possible to select the proper namespace when translating html attributes? The default syntax is like:
<span i18n="home.title">Title</span>
For instance, in the view model the approach is the following:
this.i18n.tr('invalidName', {ns: 'errors'})
I'm using version 0.5.3 of aurelia-i18n.