Include winrm locales
This commit is contained in:
parent
7a7ae59704
commit
d6e43d3197
|
@ -22,6 +22,7 @@ module VagrantPlugins
|
||||||
def self.init!
|
def self.init!
|
||||||
return if defined?(@_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/command_ps.yml", Vagrant.source_root)
|
||||||
|
I18n.load_path << File.expand_path("templates/locales/comm_winrm.yml", Vagrant.source_root)
|
||||||
I18n.reload!
|
I18n.reload!
|
||||||
@_init = true
|
@_init = true
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue