module Superhosting::Helper::I18n
Public Instance Methods
i18n_initialize()
click to toggle source
# File lib/superhosting/helper/i18n.rb, line 4 def i18n_initialize ::I18n.load_path << "#{::File.dirname(::File.dirname(__FILE__))}/config/net_status.yml" ::I18n.reload! ::I18n.locale = :en end