Sha256: 604517b29e5f1841c0331f604e12e710f210d99717996cb91e01d34acc026e62

Contents?: true

Size: 439 Bytes

Versions: 23

Compression:

Stored size: 439 Bytes

Contents

require "active_support/core_ext/hash/deep_merge"
require "active_support/core_ext/hash/except"
require "active_support/core_ext/hash/slice"
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
require "active_support/lazy_load_hooks"

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

Version data entries

23 entries across 23 versions & 3 rubygems

Version Path
activesupport-5.1.7 lib/active_support/i18n.rb
activesupport-5.1.7.rc1 lib/active_support/i18n.rb
activesupport-5.1.6.2 lib/active_support/i18n.rb
activesupport-5.1.6.1 lib/active_support/i18n.rb
activesupport-5.1.6 lib/active_support/i18n.rb
tdiary-5.0.8 vendor/bundle/gems/activesupport-5.1.5/lib/active_support/i18n.rb
activesupport-5.1.5 lib/active_support/i18n.rb
activesupport-5.1.5.rc1 lib/active_support/i18n.rb
pract6-0.1.0 .gem/ruby/2.3.0/gems/activesupport-5.1.4/lib/active_support/i18n.rb
activesupport-5.1.4 lib/active_support/i18n.rb
activesupport-5.1.4.rc1 lib/active_support/i18n.rb
activesupport-5.1.3 lib/active_support/i18n.rb
activesupport-5.1.3.rc3 lib/active_support/i18n.rb
activesupport-5.1.3.rc2 lib/active_support/i18n.rb
activesupport-5.1.3.rc1 lib/active_support/i18n.rb
tdiary-5.0.5 vendor/bundle/gems/activesupport-5.1.2/lib/active_support/i18n.rb
activesupport-5.1.2 lib/active_support/i18n.rb
activesupport-5.1.2.rc1 lib/active_support/i18n.rb
activesupport-5.1.1 lib/active_support/i18n.rb
activesupport-5.1.0 lib/active_support/i18n.rb