Load the translations in Atlas

This commit is contained in:
Seth Vargo 2014-11-12 17:14:58 -05:00
parent 7dd5b16218
commit fb05563762
1 changed files with 1 additions and 2 deletions

View File

@ -26,8 +26,7 @@ module VagrantPlugins
def self.init!
return if defined?(@_init)
I18n.load_path << File.expand_path(
"templates/locales/TODO.yml", Vagrant.source_root)
I18n.load_path << File.expand_path("../locales/en.yml", __FILE__)
I18n.reload!
@_init = true
end