Sha256: a8f513c2bd510b37bae5e1a62ad9d0f3e5679b556fa36966955d291b6e52fe14

Contents?: true

Size: 471 Bytes

Versions: 48

Compression:

Stored size: 471 Bytes

Contents

# frozen_string_literal: true

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.expand_path("locale/en.yml", __dir__)

Version data entries

48 entries across 48 versions & 7 rubygems

Version Path
activesupport-5.2.8.1 lib/active_support/i18n.rb
activesupport-5.2.8 lib/active_support/i18n.rb
activesupport-5.2.7.1 lib/active_support/i18n.rb
activesupport-5.2.7 lib/active_support/i18n.rb
activesupport-5.2.6.3 lib/active_support/i18n.rb
activesupport-5.2.6.2 lib/active_support/i18n.rb
activesupport-5.2.6.1 lib/active_support/i18n.rb
activesupport-5.2.6 lib/active_support/i18n.rb
activesupport-5.2.4.6 lib/active_support/i18n.rb
activesupport-5.2.5 lib/active_support/i18n.rb
activesupport-5.2.4.5 lib/active_support/i18n.rb
grape-extra_validators-2.0.0 vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.4.1/lib/active_support/i18n.rb
activesupport-5.2.4.4 lib/active_support/i18n.rb
activesupport-5.2.4.3 lib/active_support/i18n.rb
activesupport-5.2.4.2 lib/active_support/i18n.rb
grape-extra_validators-1.0.0 vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.4.1/lib/active_support/i18n.rb
activesupport-5.2.4.1 lib/active_support/i18n.rb
zuora_connect_ui-0.10.0 vendor/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/i18n.rb
activesupport-5.2.4 lib/active_support/i18n.rb
activesupport-5.2.4.rc1 lib/active_support/i18n.rb