mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
i18n: userLang variable was set needlessly
This commit is contained in:
parent
08c711a334
commit
16e596efaa
1 changed files with 0 additions and 2 deletions
|
|
@ -24,8 +24,6 @@ func NewTranslationSet(log *logrus.Entry) *TranslationSet {
|
|||
|
||||
set := englishSet()
|
||||
|
||||
userLang = "pl"
|
||||
|
||||
if strings.HasPrefix(userLang, "pl") {
|
||||
mergo.Merge(&set, polishSet(), mergo.WithOverride)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue