adopted-ember-addons / adopted-ember-addons/ember-light-table
I18n support?
- 主要言語
- JavaScript
- スター
- 311
- フォーク
- 130
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Hi,
It seems that there is no [ember-i18n](https://github.com/jamesarosen/ember-i18n) support.
For example, with `columns`:
```js
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?
コントリビューションガイド
調査の方向性
Start with the ember-i18n integration example in issue 311 and reproduce the reported “Cannot translate agreement.title” assertion. Clarify whether ember-i18n support is intended and define the required behavior; completion should resolve the compatibility question with a working approach or a clearly scoped implementation plan.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript
- 領域
- frontend, internationalization
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100