Class: VagrantPlugins::ProviderVeertu::Plugin

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

Class Method Summary collapse

Class Method Details

.setup_i18nObject



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

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