Internationalization (i18n) is well supported in Rails. Being aware of and using i18n in your applications as you build them can save you significant pain from having to retrofit a larger application at a later date and on a deadline.
Rails I18n...
This is a companion discussion topic for the original entry at https://thoughtbot.com/upcase/videos/Internationalization
1 Like
At 12:08, I think @derekprior means _html
rather than .html
.
@andyw8: either works. See: rails/translation_helper.rb at 787892905ee2268854f3a247c6b3b4e9dbadb6cc · rails/rails · GitHub
1 Like