Easy JavaScript Internationalization in Rails using the I18n-js gem
Ruby on Rails provides a lovely Internationalization API for server-side localization. However, many projects forget to internationalize their front-end JavaScript framework and end up hard-coded text everywhere. Luckily, there's an easy way to localize your JS front-end using the i18n-js gem.
Read more