mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-01 00:54:58 +02:00
fixed typo
This commit is contained in:
2
i18n.go
2
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
|
||||
|
Reference in New Issue
Block a user