Class: VagrantPlugins::Utm::Plugin

Inherits:
Object
  • Object
show all
Defined in:
lib/vagrant_utm/plugin.rb

Overview

This is the main entry point for the UTM provider plugin.

Class Method Summary collapse

Class Method Details

.setup_i18nObject

Load the translation files



83
84
85
86
# File 'lib/vagrant_utm/plugin.rb', line 83

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