1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-01 00:54:58 +02:00

fixed typo

This commit is contained in:
Mark Kopenga
2018-08-13 20:48:49 +02:00
parent d9959eb998
commit 65eb3780a0

View File

@ -11,7 +11,7 @@ func getlocalizer() *i18n.Localizer {
// TODO: currently the system language issn't detected // TODO: currently the system language issn't detected
// I'm not sure how to detect it // 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) i18nObject.RegisterUnmarshalFunc("toml", toml.Unmarshal)
// Dutch translation for some words // Dutch translation for some words