Sha256: a2dab26aa868b877dc7c289e398615e2ed3f3e8ca1c61f41978ed388e1f2e2df

Contents?: true

Size: 277 Bytes

Versions: 5

Compression:

Stored size: 277 Bytes

Contents

begin
  require 'i18n'
rescue LoadError => e
  $stderr.puts "You don't have i18n installed in your application. Please add it to your Gemfile and run bundle install"
  raise e
end

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

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
social_url_stats-0.0.1 vendor/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/i18n.rb
activesupport-3.0.1 lib/active_support/i18n.rb
activesupport-3.0.0 lib/active_support/i18n.rb
activesupport-3.0.0.rc2 lib/active_support/i18n.rb
activesupport-3.0.0.rc lib/active_support/i18n.rb