Class: VagrantPlugins::ProviderVeertu::Plugin
- Inherits:
-
Object
- Object
- VagrantPlugins::ProviderVeertu::Plugin
- Defined in:
- lib/vagrant-veertu/plugin.rb
Class Method Summary collapse
Class Method Details
.setup_i18n ⇒ Object
53 54 55 56 |
# File 'lib/vagrant-veertu/plugin.rb', line 53 def self.setup_i18n I18n.load_path << File.("locales/en.yml", ProviderVeertu.source_root) I18n.reload! end |