Include winrm locales

This commit is contained in:
Brian Cain 2018-09-05 11:00:45 -07:00
parent 7a7ae59704
commit d6e43d3197
No known key found for this signature in database
GPG Key ID: 43D51080D357A001
1 changed files with 1 additions and 0 deletions

View File

@ -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