Sha256: 0c9e1ac781dcd8eda77d380f6918399cff25e8c03d2346e74287d7902c942074

Contents?: true

Size: 558 Bytes

Versions: 45

Compression:

Stored size: 558 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
  warn "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

45 entries across 45 versions & 8 rubygems

Version Path
activesupport-8.0.2 lib/active_support/i18n.rb
tailscale_middleware-0.0.3 vendor/cache/ruby/3.4.0/gems/activesupport-8.0.1/lib/active_support/i18n.rb
minato_ruby_api_client-0.2.2 vendor/bundle/ruby/3.2.0/gems/activesupport-7.1.3.4/lib/active_support/i18n.rb
activesupport-8.0.1 lib/active_support/i18n.rb
activesupport-8.0.0.1 lib/active_support/i18n.rb
activesupport-7.2.2.1 lib/active_support/i18n.rb
activesupport-7.1.5.1 lib/active_support/i18n.rb
activesupport-8.0.0 lib/active_support/i18n.rb
activesupport-7.2.2 lib/active_support/i18n.rb
activesupport-7.1.5 lib/active_support/i18n.rb
activesupport-8.0.0.rc2 lib/active_support/i18n.rb
activesupport-7.2.1.2 lib/active_support/i18n.rb
activesupport-7.1.4.2 lib/active_support/i18n.rb
activesupport-8.0.0.rc1 lib/active_support/i18n.rb
activesupport-7.2.1.1 lib/active_support/i18n.rb
activesupport-7.1.4.1 lib/active_support/i18n.rb
activesupport-8.0.0.beta1 lib/active_support/i18n.rb
omg-activesupport-8.0.0.alpha9 lib/active_support/i18n.rb
omg-activesupport-8.0.0.alpha8 lib/active_support/i18n.rb
omg-activesupport-8.0.0.alpha7 lib/active_support/i18n.rb