require 'active_support/i18n' Dir.glob(File.expand_path("../locale/*.yml", __FILE__)).each do |locale_file| I18n.load_path << locale_file end