Fix custom I18n load path
This commit is contained in:
parent
71057d0e0f
commit
4ebc691bda
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ module Vagrant
|
||||||
provider(:lxc) do
|
provider(:lxc) do
|
||||||
require File.expand_path("../provider", __FILE__)
|
require File.expand_path("../provider", __FILE__)
|
||||||
|
|
||||||
I18n.load_path << File.expand_path(File.dirname(__FILE__) + '/../locales/en.yml')
|
I18n.load_path << File.expand_path(File.dirname(__FILE__) + '/../../locales/en.yml')
|
||||||
I18n.reload!
|
I18n.reload!
|
||||||
|
|
||||||
Provider
|
Provider
|
||||||
|
|
Loading…
Reference in a new issue