aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/i18n.rb
blob: 034d7d8ddce48af21f28e3c94c25b6431dd77c9a (plain) (blame)
1
2
3
require 'i18n'
I18n.load_path << "#{File.dirname(__FILE__)}/locale/en.yml"
ActiveSupport.run_base_hooks(:i18n)