diff --git a/plugins/commands/powershell/plugin.rb b/plugins/commands/powershell/plugin.rb index 325925115..0bd0e1bd7 100644 --- a/plugins/commands/powershell/plugin.rb +++ b/plugins/commands/powershell/plugin.rb @@ -22,6 +22,7 @@ module VagrantPlugins def self.init! return if defined?(@_init) I18n.load_path << File.expand_path("templates/locales/command_ps.yml", Vagrant.source_root) + I18n.load_path << File.expand_path("templates/locales/comm_winrm.yml", Vagrant.source_root) I18n.reload! @_init = true end