Sha256: a1b82f1e0e0458d94ed392f3526ded02a36b8e49d51a28fe3c7422c01f84d171
Contents?: true
Size: 317 Bytes
Versions: 2
Compression:
Stored size: 317 Bytes
Contents
require 'core_ext/hash/deep_merge' require 'core_ext/hash/except' require '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 I18n.load_path << "#{File.dirname(__FILE__)}/locale/en.yml"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
core_ext-0.0.6 | lib/core_ext/i18n.rb |
core_ext-0.0.5 | lib/core_ext/i18n.rb |