Module: Superhosting::Helper::I18n
- Included in:
- Cli::Base
- Defined in:
- lib/superhosting/helper/i18n.rb
Instance Method Summary collapse
Instance Method Details
#i18n_initialize ⇒ Object
4 5 6 7 8 |
# 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 |