We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to build mobile app with multi language support.
The text was updated successfully, but these errors were encountered:
@hashg I have not tried this. But take a look at https://github.com/jamesarosen/ember-i18n and perhaps ask on https://discuss.emberjs.com
Sorry, something went wrong.
@broerse You are correct, I'm using ember-i18n for static content. But how to store and retrieve language specific data in DB?
There has been multiple questions on ember dicuss forum. But no satisfactory answer.
I prefer ember-intl, which is a more comprehensive solution to localisation.
@hashg is this not a normal hasMany relation? translations: DS.hasMany('translations:')
translations: DS.hasMany('translations:')
No branches or pull requests
I'm trying to build mobile app with multi language support.
The text was updated successfully, but these errors were encountered: