Sha256: a2dab26aa868b877dc7c289e398615e2ed3f3e8ca1c61f41978ed388e1f2e2df
Contents?: true
Size: 277 Bytes
Versions: 5
Compression:
Stored size: 277 Bytes
Contents
begin require 'i18n' rescue LoadError => e $stderr.puts "You don't have i18n installed in your application. Please add it to your Gemfile and run bundle install" raise e end I18n.load_path << "#{File.dirname(__FILE__)}/locale/en.yml" ActiveSupport.run_load_hooks(:i18n)
Version data entries
5 entries across 5 versions & 2 rubygems