Three Things I Learned This Week - November 18 2016

I've been working a bit with Rails Internationalization (I18n) this week, here's what I learned:

config.i18n.load_path += Dir[Rails.root.join("config", "locales", "**", "*.{rb,yml}")]

The Rails Guides on Internationalization have really good information on I18n, if you haven't read through it, it's worth a quick read, I bet you'll pick up a thing or two.