From d6e43d3197a34cf182a2fbd3e696f3daf8bf45a4 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Wed, 5 Sep 2018 11:00:45 -0700 Subject: [PATCH] Include winrm locales --- plugins/commands/powershell/plugin.rb | 1 + 1 file changed, 1 insertion(+) 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