Does EmberJS support route translation for internationalized applications? Or at least simplify its extension to support i18n routes? Anyone who has experience?
eg. can a route string be dynamically configured from locale files? It would also be great when using Ember with Rails routing would not need to be specified twice ... is that so?
I'm new to Ember (currently evaluating js frameworks), but I assume that in general with Rails, you can just specify very simple routes from Rails and the rest to Ember? So there won't be a lot of duplication? I wonder if the locale files from Rails can be used to find route translations.
As a more general question: Does Ember already have I18n support?
source share