class VagrantPlugins::VSphere::Plugin

Public Class Methods

setup_i18n() click to toggle source
# File lib/vSphere/plugin.rb, line 38
def self.setup_i18n
  I18n.load_path << File.expand_path('locales/en.yml', VSphere.source_root)
  I18n.reload!
end