That's so helpful. The most extensive tutorial on I18n for RoR I've ever seen. Thanks a lot!
@ColumboJedi7 жыл бұрын
Wow. You upload so much content!! Thank you!!!
@tinorj7 жыл бұрын
Thank you for show us i18n-tasks gem
@zulhilmizainudin7 жыл бұрын
Very useful. Thank you! Can I use same technique for ActionMailer (email content) and RSpec tests?
@DriftingRuby7 жыл бұрын
Zulhilmi Zainudin it should work just fine for emails. Same for rspec but you might need to use the full class and method instead of t or l shorthand helper.
@mayoko-chan5 жыл бұрын
Thanks for the tutorial!!
@NepaliIam7 жыл бұрын
Nice work. But there is a bug in your yml files, the 'model' should be 'models' under the activerecord.
@codecruz7 жыл бұрын
this is great
@MirrorCommunications5 жыл бұрын
What's the best way to get the language of a person's browser and set it as the default locale? You had it as a comment in your video at 3 mins and 30 seconds. # REQUEST.ENV[“HTTP_ACCEPT_LANGUAGE”] Thank you, Brian