Hi, Long time since I posted. I plan to use Emberjs in my next project that should be multilingual. I have no problem translating things in the API but as the API should not bother with presentation of data I must do that in Emberjs. I cannot find good article/tutorial that explains ember-only-no-add-on way of doing it.
The reason for wanting Ember only way is maintainability of code in long run. I would like to avoid add-ons if that is ever possible with Ember or go with add-on that have strong contributor base and have withstand the test of time, for obvious reason.
TL;DR What is future-proof way of dealing with translating in ember.js?
TIA