Class: VagrantPlugins::Dustcloud::Plugin
- Inherits:
-
Object
- Object
- VagrantPlugins::Dustcloud::Plugin
- Defined in:
- lib/vagrant-dustcloud/plugin.rb
Class Method Summary collapse
Class Method Details
.setup_i18n ⇒ Object
32 33 34 35 |
# File 'lib/vagrant-dustcloud/plugin.rb', line 32 def self.setup_i18n I18n.load_path << File.("locales/en.yaml", Dustcloud.source_root) I18n.reload! end |