help wantedideas-wantednew-featurepossible-addon
Repository metrics
- Stars
- (312 stars)
- PR merge metrics
- (PR metrics pending)
説明
Hi,
It seems that there is no ember-i18n support.
For example, with columns:
import { translationMacro as t } from 'ember-i18n';
// ...
columns: computed(function() {
return [{
label: t('agreement.title'),
valuePath: 'metadata.title'
}];
}),
Assertion Failed: Cannot translate agreement.title. <(unknown mixin):ember591> does not have an i18n.
Is this something on the roadmap or is there another way?