Add vagrant-lxc locales to I18n load path
This commit is contained in:
parent
09489299b2
commit
7e48b572d7
2 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,8 @@ require "vagrant-lxc/version"
|
|||
|
||||
require "vagrant-lxc/plugin"
|
||||
|
||||
I18n.load_path << File.expand_path(File.dirname(__FILE__) + '/../locales/en.yml')
|
||||
|
||||
module Vagrant
|
||||
module LXC
|
||||
end
|
||||
|
|
3
locales/en.yml
Normal file
3
locales/en.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
en:
|
||||
vagrant:
|
||||
errors:
|
Loading…
Reference in a new issue