Class: VagrantSnap::Plugin

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

Class Method Summary collapse

Class Method Details

.setup_i18nObject



24
25
26
27
# File 'lib/vagrant-multiprovider-snap/plugin.rb', line 24

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