-
-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I18n support? #311
Comments
I found a workaround but it's kinda ugly titleHeader: t('agreement.title'),
columns: computed('titleHeader', function() {
return [{
label: get(this, 'titleHeader'),
valuePath: 'metadata.title'
}];
}), |
There is currently no out-of-the-box solution for this but it should be fairly easy to do by creating your own column type and overriding the label property. In your column definition, you can pass a |
any plans to have 'official' |
Import the
|
@alexander-alvarez Yeah I need to work on adding some more default cell & column types. |
Hi,
It seems that there is no ember-i18n support.
For example, with
columns
: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?
The text was updated successfully, but these errors were encountered: