aboutsummaryrefslogblamecommitdiffstats
path: root/activesupport/lib/active_support/i18n.rb
blob: 27234d89e15a5f2282acdb4444ef542a558b012e (plain) (tree)
1
2
3
4
5
6
7
8
9


                     
                                                                                                    

         
 
                                   
                                                           
begin
  require 'i18n'
rescue LoadError => e
  $stderr.puts "The i18n gem is not available. Please add it to your Gemfile and run bundle install"
  raise e
end

ActiveSupport.run_load_hooks(:i18n)
I18n.load_path << "#{File.dirname(__FILE__)}/locale/en.yml"