mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-03-17 21:18:31 +02:00
fixed typo
This commit is contained in:
parent
d9959eb998
commit
65eb3780a0
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user