Skip to content
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

How to design multi language pouch? #178

Open
hashg opened this issue Mar 20, 2017 · 4 comments
Open

How to design multi language pouch? #178

hashg opened this issue Mar 20, 2017 · 4 comments

Comments

@hashg
Copy link

hashg commented Mar 20, 2017

I'm trying to build mobile app with multi language support.

  • Has anyone in this community tried it?
  • What are the techniques used.
  • Lessons learnt?
@broerse
Copy link
Collaborator

broerse commented Mar 20, 2017

@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

@hashg
Copy link
Author

hashg commented Mar 21, 2017

@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.

@srsgores
Copy link

I prefer ember-intl, which is a more comprehensive solution to localisation.

@broerse
Copy link
Collaborator

broerse commented May 26, 2017

@hashg is this not a normal hasMany relation? translations: DS.hasMany('translations:')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants