Class: VagrantPlugins::Lightsail::Plugin

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

Class Method Summary collapse

Class Method Details

.setup_i18nObject

This initializes the internationalization strings.



22
23
24
25
# File 'lib/vagrant-lightsail/plugin.rb', line 22

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