diff --git a/plugins/pushes/atlas/plugin.rb b/plugins/pushes/atlas/plugin.rb index b5c213a80..2eee2517d 100644 --- a/plugins/pushes/atlas/plugin.rb +++ b/plugins/pushes/atlas/plugin.rb @@ -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