diff --git a/i18n.go b/i18n.go index 04f6c3e35..dfa2a8175 100644 --- a/i18n.go +++ b/i18n.go @@ -11,7 +11,7 @@ func getlocalizer() *i18n.Localizer { // TODO: currently the system language issn't detected // I'm not sure how to detect it - var i18nObject = &i18n.Bundle{DefaultLanguage: language.Dutch} + var i18nObject = &i18n.Bundle{DefaultLanguage: language.English} i18nObject.RegisterUnmarshalFunc("toml", toml.Unmarshal) // Dutch translation for some words