Class: Vagrant::Smartos::Zones::Plugin

Inherits:
Object
  • Object
show all
Defined in:
lib/vagrant/smartos/zones/hooks.rb,
lib/vagrant/smartos/zones/plugin.rb

Class Method Summary collapse

Class Method Details

.load_il8nObject



114
115
116
117
# File 'lib/vagrant/smartos/zones/plugin.rb', line 114

def load_il8n
  I18n.load_path << File.expand_path('../../locales/en.yml', __FILE__)
  I18n.reload!
end