Sha256: 93756a7d3d6deca1ba72c87b93ae1649c842f8eac4943df23fc8b750ebab22ee

Contents?: true

Size: 531 Bytes

Versions: 93

Compression:

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

Version data entries

93 entries across 91 versions & 13 rubygems

Version Path
activesupport-6.1.7.10 lib/active_support/i18n.rb
activesupport-6.1.7.9 lib/active_support/i18n.rb
activesupport-6.1.7.8 lib/active_support/i18n.rb
activesupport-6.1.7.7 lib/active_support/i18n.rb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/activesupport-6.1.6.1/lib/active_support/i18n.rb
activesupport-6.1.7.6 lib/active_support/i18n.rb
activesupport-6.1.7.5 lib/active_support/i18n.rb
activesupport-6.1.7.4 lib/active_support/i18n.rb
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/activesupport-6.1.6.1/lib/active_support/i18n.rb
mumukit-content-type-1.12.1 vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/i18n.rb
mumukit-content-type-1.12.0 vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/i18n.rb
activesupport-6.1.7.3 lib/active_support/i18n.rb
activesupport-6.1.7.2 lib/active_support/i18n.rb
activesupport-6.1.7.1 lib/active_support/i18n.rb
activesupport-6.0.6.1 lib/active_support/i18n.rb
activesupport-6.1.7 lib/active_support/i18n.rb
activesupport-6.0.6 lib/active_support/i18n.rb
activesupport-6.1.6.1 lib/active_support/i18n.rb
activesupport-6.0.5.1 lib/active_support/i18n.rb
activesupport-6.0.5 lib/active_support/i18n.rb