diff --git a/langs/i18n/translationProvider.go b/langs/i18n/translationProvider.go index 302ca84c6bc..e34df7e9727 100644 --- a/langs/i18n/translationProvider.go +++ b/langs/i18n/translationProvider.go @@ -49,6 +49,7 @@ func (tp *TranslationProvider) Update(d *deps.Deps) error { bundle := i18n.NewBundle(language.English) bundle.RegisterUnmarshalFunc("toml", toml.Unmarshal) bundle.RegisterUnmarshalFunc("yaml", yaml.Unmarshal) + bundle.RegisterUnmarshalFunc("yml", yaml.Unmarshal) bundle.RegisterUnmarshalFunc("json", json.Unmarshal) // The source dirs are ordered so the most important comes first. Since this is a