View on GitHub
 (5 comments) (0 reactions) (0 assignees)JavaScript (130 forks)github user discovery
help wantedideas-wantednew-featurepossible-addon

Repository metrics

Stars
 (312 stars)
PR merge metrics
 (PR metrics pending)

Description

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?

Contributor guide