From 7e48b572d7ce96fe89ff8fb89c5f9dc296f43a8f Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Fri, 1 Mar 2013 20:42:56 -0300 Subject: [PATCH] Add vagrant-lxc locales to I18n load path --- lib/vagrant-lxc.rb | 2 ++ locales/en.yml | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 locales/en.yml 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: