Both rails and Angular.js have pretty sweet i18n support. I am leaning toward using Rails' but don't want to limit myself to this just because it is what I am currently most familiar. If anyone gets a change to look into this post your findings.
I believe that I18n (at least on the rails side) is a great way to handle the translations...
All my error messages and everything that can be viewed by a user is added to en.yml.
Both rails and Angular.js have pretty sweet i18n support. I am leaning toward using Rails' but don't want to limit myself to this just because it is what I am currently most familiar. If anyone gets a change to look into this post your findings.