mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-24 15:30:21 -05:00
fixed typo
This commit is contained in:
@@ -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