Is there a way to use i18n on ember/emberjs-bootstrap TextField labels.
For example
{{view "Bootstrap.Forms.TextField" valueBinding="account.email" label={{t 'account.email'}}}}
This would not work, but I am looking for something if its possible via Handlebars syntax, without me needing to extend each element I want to support i18n.