diff --git a/lib/vagrant-lxc.rb b/lib/vagrant-lxc.rb index 405c1ce..be87384 100644 --- a/lib/vagrant-lxc.rb +++ b/lib/vagrant-lxc.rb @@ -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 diff --git a/locales/en.yml b/locales/en.yml new file mode 100644 index 0000000..1495d7f --- /dev/null +++ b/locales/en.yml @@ -0,0 +1,3 @@ +en: + vagrant: + errors: