Class: VagrantPlugins::Utm::Plugin
- Inherits:
-
Object
- Object
- VagrantPlugins::Utm::Plugin
- Defined in:
- lib/vagrant_utm/plugin.rb
Overview
This is the main entry point for the UTM provider plugin.
Class Method Summary collapse
-
.setup_i18n ⇒ Object
Load the translation files.
Class Method Details
.setup_i18n ⇒ Object
Load the translation files
83 84 85 86 |
# File 'lib/vagrant_utm/plugin.rb', line 83 def self.setup_i18n I18n.load_path << File.("locales/en.yml", Utm.source_root) I18n.reload! end |