From fb055637621aa7218732cfb2137b6e2ab993c901 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Wed, 12 Nov 2014 17:14:58 -0500 Subject: [PATCH] Load the translations in Atlas --- plugins/pushes/atlas/plugin.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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