Method: VagrantPlugins::ProviderLocal::Plugin.setup_i18n
- Defined in:
- lib/vagrant-local/plugin.rb
permalink .setup_i18n ⇒ Object
This initializes the internationalization strings.
69 70 71 72 |
# File 'lib/vagrant-local/plugin.rb', line 69 def self.setup_i18n I18n.load_path << File.('locales/en.yml', ProviderLocal.source_root) I18n.reload! end |