Class: VagrantNfs4j::Plugin

Inherits:
Object
  • Object
show all
Defined in:
lib/vagrant-nfs4j/plugin.rb

Class Method Summary collapse

Class Method Details

.init_pluginObject



53
54
55
56
# File 'lib/vagrant-nfs4j/plugin.rb', line 53

def self.init_plugin
  I18n.load_path << File.expand_path('locales/en.yml', VagrantNfs4j.source_root)
  I18n.reload!
end