Open hashg opened 7 years ago
@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
@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:')
I'm trying to build mobile app with multi language support.