Class: VagrantPlugins::Rancher::Plugin

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

Class Method Summary collapse

Class Method Details

.init_i18nObject



28
29
30
31
# File 'lib/vagrant-rancher/plugin.rb', line 28

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