Class: VagrantPlugins::HostRubyProvisioner::Plugin

Inherits:
Object
  • Object
show all
Defined in:
lib/vagrant-host-ruby-provisioner/plugin.rb

Class Method Summary collapse

Class Method Details

.setup_i18nObject



33
34
35
36
37
# File 'lib/vagrant-host-ruby-provisioner/plugin.rb', line 33

def setup_i18n
  I18n.load_path << (File.expand_path 'locales/en.rb', HostRubyProvisioner.source_root)

  I18n.reload!
end