mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
Fixed a minor bug in the i18n file
This commit is contained in:
parent
a839af697b
commit
86f78a5070
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ func NewTranslationSet(log *logrus.Entry) *TranslationSet {
|
|||
}
|
||||
|
||||
if strings.HasPrefix(userLang, "nl") {
|
||||
mergo.Merge(&set, polishSet(), mergo.WithOverride)
|
||||
mergo.Merge(&set, dutchSet(), mergo.WithOverride)
|
||||
}
|
||||
|
||||
return &set
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue