Sha256: 52808c4749d8efb644e5100fa98938d10411f5122f4ab68bb77d60237fc5b1e2
Contents?: true
Size: 231 Bytes
Versions: 5
Compression:
Stored size: 231 Bytes
Contents
begin require "i18n" rescue LoadError => e puts "The i18n gem is not available. Please add it to your Gemfile and run bundle install" raise e end I18n.load_path << File.expand_path("locale/en.yml", __dir__) I18n.locale = :en
Version data entries
5 entries across 5 versions & 1 rubygems