Class: VagrantPlugins::VSphere::Plugin

Inherits:
Object
  • Object
show all
Defined in:
lib/vSphere/plugin.rb

Class Method Summary collapse

Class Method Details

.setup_i18nObject



34
35
36
37
# File 'lib/vSphere/plugin.rb', line 34

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