Sha256: 8fe629aca19e2fdfe287bbfaead9df001ec0c4626f7f0506a032d910b64dfc08
Contents?: true
Size: 322 Bytes
Versions: 1
Compression:
Stored size: 322 Bytes
Contents
module Superhosting module Helper module I18n def i18n_initialize ::I18n.load_path << "#{::File.dirname(::File.dirname(__FILE__))}/config/net_status.yml" ::I18n.reload! ::I18n.locale = :en end end end end Superhosting::Helper::I18n.send(:extend, Superhosting::Helper::I18n)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
superhosting-0.0.2 | lib/superhosting/helper/i18n.rb |