Sha256: ee5ab02f2e74232cd65ad362c49c89d602b038aaf3416a5667921396c8cb9d94

Contents?: true

Size: 566 Bytes

Versions: 46

Compression:

Stored size: 566 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"
  require "i18n/backend/fallbacks"
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__)
I18n.load_path << File.expand_path("locale/en.rb", __dir__)

Version data entries

46 entries across 43 versions & 8 rubygems

Version Path
activesupport-7.0.8.6 lib/active_support/i18n.rb
activesupport-7.0.8.5 lib/active_support/i18n.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.4/lib/active_support/i18n.rb
cm-admin-1.5.22 vendor/bundle/ruby/3.3.0/gems/activesupport-7.0.5.1/lib/active_support/i18n.rb
cm-admin-1.5.21 vendor/bundle/ruby/3.3.0/gems/activesupport-7.0.5.1/lib/active_support/i18n.rb
cm-admin-1.5.20 vendor/bundle/ruby/3.3.0/gems/activesupport-7.0.5.1/lib/active_support/i18n.rb
activesupport-7.0.8.4 lib/active_support/i18n.rb
activesupport-7.0.8.1 lib/active_support/i18n.rb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/i18n.rb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/activesupport-7.0.2.3/lib/active_support/i18n.rb
activesupport-7.0.8 lib/active_support/i18n.rb
activesupport-7.0.7.2 lib/active_support/i18n.rb
activesupport-7.0.7.1 lib/active_support/i18n.rb
activesupport-7.0.7 lib/active_support/i18n.rb
mlh-rubocop-config-1.0.2 vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.6/lib/active_support/i18n.rb
fablicop-1.10.3 vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.5/lib/active_support/i18n.rb
fablicop-1.10.3 vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.6/lib/active_support/i18n.rb
activesupport-7.0.6 lib/active_support/i18n.rb
activesupport-7.0.5.1 lib/active_support/i18n.rb
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/i18n.rb